summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index cfff49b42..8ceab87ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,8 @@ python:
- 3.3
matrix:
include:
+ - python: 3.3
+ env: USE_CHROOT=1 ARCH=i386 DIST=saucy
- python: 2.7
env: NPY_SEPARATE_COMPILATION=0
- python: 3.3
@@ -18,8 +20,6 @@ matrix:
env: NPY_RELAXED_STRIDES_CHECKING=1
- python: 2.7
env: USE_BENTO=1
- - python: 2.7
- env: USE_CHROOT=1 ARCH=i386 DIST=saucy
before_install:
- uname -a
- free -m