Skip to content

Commit

Permalink
updated travis.yml, changed to using python setup.py install for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyWilliams committed Sep 21, 2016
1 parent 5515f6a commit 0fca61d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ before_install:
# Replace dep1 dep2 ... with your dependencies
- conda create --yes -q -n test-environment python=$TRAVIS_PYTHON_VERSION xarray netCDF4
- source activate test-environment
- python setup.py install


install:

- conda install -c rileywilliams pycovjson
# - conda install -c rileywilliams pycovjson --yes
- python setup.py install
- wget https://www.dropbox.com/s/mmgxijdvhemdzoy/foam_2011-01-01.nc

script:
Expand Down

0 comments on commit 0fca61d

Please sign in to comment.