Skip to content

Commit

Permalink
travis: fix taupy fails by using latest obspy version, see obspy/obsp…
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed Aug 20, 2019
1 parent d65ee84 commit c1e6589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -32,7 +32,7 @@ before_install:
- conda config --add channels conda-forge
- conda create -q -n testenv
python=$PYTHON_VERSION
decorator matplotlib numpy scipy obspy
decorator matplotlib numpy scipy obspy>=1.1.1
tqdm shapely cartopy geographiclib
$GF $OBSPYH5DEP
coverage
Expand Down

0 comments on commit c1e6589

Please sign in to comment.