8000 remove the install scipy command from the primary travis file · rickymos/pvlib-python@bb3a03b · GitHub
[go: up one dir, main page]

Skip to content

Commit bb3a03b

Browse files
committed
remove the install scipy command from the primary travis file
1 parent 3e8d3bd commit bb3a03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ install:
6868
- echo $PATH
6969
- ls -l /home/travis/miniconda/envs/test_env/lib
7070
#- 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
71+
#- pip install scipy # won't do anything if already installed
7272
- python setup.py install
7373

7474
script:

0 commit comments

Comments
 (0)
0