Skip to content

Commit

Permalink
ENH: Add MetPy as downstream project.
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Sep 26, 2016
1 parent bdf36da commit 5575138
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 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 conda-forge --yes -n test python=$TRAVIS_PYTHON_VERSION pip numpy scipy
- 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)

0 comments on commit 5575138

Please sign in to comment.