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 3e8d3bd commit bb3a03bCopy full SHA for bb3a03b
.travis.yml
@@ -68,7 +68,7 @@ install:
68
- echo $PATH
69
- ls -l /home/travis/miniconda/envs/test_env/lib
70
#- pip install . # use pip to automatically install anything not in the yml files (i.e. numpy/scipy/pandas for py3*)
71
- - pip install scipy # won't do anything if already installed
+ #- pip install scipy # won't do anything if already installed
72
- python setup.py install
73
74
script:
0 commit comments