From a0ed8d5e4188856172bad593f7e21a3163506480 Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Tue, 2 Aug 2016 13:51:52 -0700 Subject: [PATCH] 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. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 14f0083a8..cb647b545 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: