Skip to content

Commit

Permalink
Further fixing travis because I am not paying attention.
Browse files Browse the repository at this point in the history
  • Loading branch information
krischer committed Jul 18, 2016
1 parent b8d468d commit 81d9384
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 @@ -28,7 +28,7 @@ before_install:
- sudo ln -s /run/shm /dev/shm
- conda install --yes -c obspy nomkl obspy nose pytest flake8 sphinx h5py tornado click python=$TRAVIS_PYTHON_VERSION
# Don't install netcdf for Python 3.3 - the conda packages are just too old.
- if [ $TRAVIS_PYTHON_VERSION -ne '3.3' ]; conda install --yes netcdf4 ; fi
- if [[ $TRAVIS_PYTHON_VERSION != '3.3' ]]; then conda install --yes netcdf4 ; fi
# Only install the theme for Python 2.7 as it builds the docs.
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install sphinx-bootstrap-theme ; fi
- pip install coveralls
Expand Down

0 comments on commit 81d9384

Please sign in to comment.