Skip to content
Snippets Groups Projects
Commit 069ca77a authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Update how travis installs obspy

parent 4403f75d
No related branches found
No related tags found
No related merge requests found
...@@ -23,8 +23,8 @@ before_install: ...@@ -23,8 +23,8 @@ before_install:
- npm --version - npm --version
- node --version - node --version
install: install:
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy nose flake8 - conda config --add channels conda-forge
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION obspy pycurl nose flake8
- source activate test-environment - source activate test-environment
- pip install obspy pycurl
- npm install - npm install
script: grunt lint test script: grunt lint test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment