Skip to content

Commit

Permalink
Fix typo in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhahn committed Jan 19, 2019
1 parent 1419e85 commit 061ba13
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 @@ -27,7 +27,7 @@ install:

- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy pytest pip netCDF4 pyproj
- source activate test-environment
- pip insatll pygeobase repurpose pynetcf pyresample pytesmo
- pip install pygeobase repurpose pynetcf pyresample pytesmo
- python setup.py install
script:
- python setup.py test
Expand Down

0 comments on commit 061ba13

Please sign in to comment.