From b461f7b1d088ec3348e730b2a9138917b26e0c14 Mon Sep 17 00:00:00 2001 From: Chris Rose Date: Mon, 26 Nov 2012 23:19:01 -0800 Subject: [PATCH] Disable Python 3.2 / Numpy testing --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 003b98d2..1891b30b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,8 @@ matrix: exclude: - python: pypy env: NUMPY="true" + - python: 3.2 + env: NUMPY="true" install: - if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install --use-mirrors unittest2; fi