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.
2 parents 1155968 + b26d42b commit e7c8d17Copy full SHA for e7c8d17
.travis.yml
@@ -26,7 +26,7 @@ install:
26
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib nose
27
- source activate test-environment
28
#- conda install --yes -c dan_blanchard python-coveralls nose-cov
29
- - pip install python-coveralls
+ - pip install coveralls
30
- pip install coverage
31
- python setup.py install
32
script:
0 commit comments