Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add metpy #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,19 @@ before_install:
- export ENV_NAME=travis

install:
- conda create -c mwcraig --yes -n py34 python=3.4 pip numpy scipy
- source activate py34
- conda create -c conda-forge --yes -n test python=$TRAVIS_PYTHON_VERSION pip numpy scipy pytest pytest-mpl pytest-runner pyproj
- source activate test
- pip install https://github.com/hgrecco/pint/archive/master.zip

script:
# pyEQL
- git clone --depth 1 --branch 0.3.1 https://github.com/rkingsbury/pyEQL
- cd pyEQL
- pushd pyEQL
- python -m unittest pyEQL/tests/*
# MetPy
- popd
- git clone --depth 1 https://github.com/metpy/MetPy
- cd MetPy
- pip install .
- python setup.py test --addopts "--mpl"

1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Projects Tested

- pyEQL 0.3.1
https://github.com/rkingsbury/pyEQL
- [MetPy](https://github.com/metpy/MetPy)