We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5120464 commit 5738c55Copy full SHA for 5738c55
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 coverage nose
+ - conda create -q -n testenv python=$TRAVIS_PYTHON_VERSION numpy scipy pandas coverage nose pip
20
- source activate testenv
21
install:
22
- python setup.py sdist
0 commit comments