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 1155968 commit b26d42bCopy full SHA for b26d42b
.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