Skip to content

Commit

Permalink
Obspy for python 3.7 is now also on conda.
Browse files Browse the repository at this point in the history
  • Loading branch information
krischer committed Nov 15, 2018
1 parent fe46780 commit 25d0e0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ before_install:
- conda create --yes -n condaenv python=$TRAVIS_PYTHON_VERSION
- conda install --yes -n condaenv pip
- source activate condaenv
- conda install --yes -c conda-forge nomkl scipy matplotlib lxml nose pytest sphinx h5py tornado click python=$TRAVIS_PYTHON_VERSION jsonschema netcdf4 geographiclib
- conda install --yes -c conda-forge nomkl obspy nose pytest sphinx h5py tornado click python=$TRAVIS_PYTHON_VERSION jsonschema netcdf4 geographiclib
# concurrent.futures backport for Python 2.7
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install futures ; fi
# Always install latest flake8 and obspy.
- pip install flake8 obspy
# Always install latest flake8
- pip install flake8
# 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 25d0e0d

Please sign in to comment.