We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a25e1c commit 8c3e4e5Copy full SHA for 8c3e4e5
.travis.yml
@@ -18,7 +18,7 @@ before_install:
18
- conda update --yes conda
19
- conda config --add channels conda-forge
20
install:
21
- - conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy scipy nose future, coveralls
+ - conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy scipy nose future coveralls
22
- pip install -v .
23
script: nosetests tests
24
after_success:
0 commit comments