Try using wheel for scipy

This commit is contained in:
Hamilton Kibbe 2016-11-18 08:26:06 -05:00
parent 845737ebd8
commit c1b2903521

View file

@ -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"