diff --git a/.travis.yml b/.travis.yml index a9c6b0568c73ed480f02e1182f3ac7cee83bb15e..3c05d9cf26ce3a50bb458f22c33ca58f521584d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,8 +23,8 @@ before_install: - npm --version - node --version 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 - - pip install obspy pycurl - npm install script: grunt lint test