Skip to content

Commit 55f2489

Browse files
committed
Updated.
1 parent d9b568a commit 55f2489

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ install:
2727
# Replace dep1 dep2 ... with your dependencies
2828
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION atlas numpy scipy matplotlib nose
2929
- source activate test-environment
30-
- conda install --yes -c dan_blanchard python-coveralls nose-cov
30+
#- conda install --yes -c dan_blanchard python-coveralls nose-cov
31+
- pip install python-coveralls
32+
- pip install coverage
3133
- python setup.py install
3234
script:
3335
# Your test script goes here

0 commit comments

Comments
 (0)