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 1c70123 commit ff859b3Copy full SHA for ff859b3
.travis.yml
@@ -28,6 +28,7 @@ install:
28
# Replace dep1 dep2 ... with your dependencies
29
- conda create -q -n test-environment python=$PYTHON pandas=$PANDAS nose coverage
30
- source activate test-environment
31
+ - conda list
32
- python setup.py install
33
34
script:
0 commit comments