mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-15 03:46:28 +03:00
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:
parent
754b609628
commit
a0ed8d5e41
|
@ -60,6 +60,8 @@ matrix:
|
||||||
language: generic
|
language: generic
|
||||||
env:
|
env:
|
||||||
- MB_PYTHON_VERSION=3.3
|
- 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
|
- os: osx
|
||||||
language: generic
|
language: generic
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user