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 4822f9e commit 6003f7dCopy full SHA for 6003f7d
.travis.yml
@@ -37,6 +37,7 @@ install:
37
# Replace dep1 dep2 ... with your dependencies
38
- conda create -q -n test-environment python=$PYTHON pandas=$PANDAS nose coverage setuptools
39
- source activate test-environment
40
+ - pip install coveralls --quiet
41
- conda list
42
- python setup.py install
43
0 commit comments