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 9392e44 commit cf6a117Copy full SHA for cf6a117
.travis.yml
@@ -29,7 +29,7 @@ install:
29
- conda info -a
30
31
# Replace dep1 dep2 ... with your dependencies
32
- - conda create -q -n test-environment python=$PYTHON pandas=$PANDAS nose coverage
+ - conda create -q -n test-environment python=$PYTHON pandas=$PANDAS nose coverage setuptools
33
- source activate test-environment
34
- conda list
35
- python setup.py install
0 commit comments