Skip to content

Commit

Permalink
#265 travis: install pythesint from pip
Browse files Browse the repository at this point in the history
  • Loading branch information
akorosov committed Mar 1, 2018
1 parent 1abd52c commit a169cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
- conda info -a

# Replace dep1 dep2 ... with your dependencies
- conda create -q -c conda-forge -n test-environment python=$TRAVIS_PYTHON_VERSION gdal numpy pillow netcdf4 python-dateutil pythesint nose coveralls mock urllib3 basemap
- conda create -q -c conda-forge -n test-environment python=$TRAVIS_PYTHON_VERSION gdal numpy pillow netcdf4 python-dateutil nose coveralls mock urllib3 basemap
- source activate test-environment
- python setup.py install

Expand Down

0 comments on commit a169cf9

Please sign in to comment.