Try using wheel for scipy
This commit is contained in:
parent
845737ebd8
commit
c1b2903521
1 changed files with 2 additions and 2 deletions
|
|
@ -1,13 +1,13 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
# - "3.3"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
|
||||
# command to install dependencies
|
||||
install:
|
||||
- "pip install -r requirements.txt"
|
||||
- "pip install --only-binary=scipy -r requirements.txt"
|
||||
- "pip install -r test-requirements.txt"
|
||||
- "pip install coveralls"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue