We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4780a commit cd216d4Copy full SHA for cd216d4
1 file changed
.travis.yml
@@ -16,7 +16,7 @@ before_install:
16
- conda config --set always_yes yes --set changeps1 no
17
- conda update -q conda
18
- conda info -a
19
- - conda create -q -n testenv python=$TRAVIS_PYTHON_VERSION numpy scipy pandas converage nosetests
+ - conda create -q -n testenv python=$TRAVIS_PYTHON_VERSION numpy scipy pandas coverage nosetests
20
- source activate testenv
21
install:
22
- python setup.py sdist
0 commit comments