Fix numpy / scipy version for Python 3.3

Set numpy / scipy versions for Python 3.3 build - these aren't on pypi
for the latest versions.
This commit is contained in:
Matthew Brett 2016-08-02 13:51:52 -07:00
parent 754b609628
commit a0ed8d5e41

View File

@ -60,6 +60,8 @@ matrix:
language: generic
env:
- MB_PYTHON_VERSION=3.3
# Last numpy / scipy version built for Python 3.3
- TEST_DEPENDS="nose numpy==1.11.0 scipy==0.17.1"
- os: osx
language: generic
env: