summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 5d5c149b4..7074e7ada 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,7 @@ python:
- 2.7
- 3.2
- 3.3
+ - 3.4
- 3.5-dev
matrix:
include:
@@ -46,9 +47,7 @@ matrix:
- python3-dev
- python3-nose
- python: 2.7
- env: NPY_SEPARATE_COMPILATION=0 PYTHON_OO=1
- - python: 3.4
- env: NPY_RELAXED_STRIDES_CHECKING=0
+ env: NPY_RELAXED_STRIDES_CHECKING=0 PYTHON_OO=1
- python: 2.7
env: USE_WHEEL=1
before_install: