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 d9b568a commit 55f2489Copy full SHA for 55f2489
.travis.yml
@@ -27,7 +27,9 @@ install:
27
# Replace dep1 dep2 ... with your dependencies
28
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION atlas numpy scipy matplotlib nose
29
- source activate test-environment
30
- - conda install --yes -c dan_blanchard python-coveralls nose-cov
+ #- conda install --yes -c dan_blanchard python-coveralls nose-cov
31
+ - pip install python-coveralls
32
+ - pip install coverage
33
- python setup.py install
34
script:
35
# Your test script goes here
0 commit comments