install scipy first

This commit is contained in:
Scisco
2015-09-22 13:16:34 -04:00
parent 97b011ea9e
commit 965e6fa435

View File

@@ -29,6 +29,8 @@ before_install:
- pip install wheel
install:
- "pip wheel scipy"
- "pip install scipy"
- "pip wheel -r requirements/dev.txt"
- "pip install -r requirements/dev.txt"