diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-01-11 14:42:59 +0100 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-01-11 21:02:32 +0100 |
commit | da3ad01d20c283adf5222e8ad7cc95731e0fc900 (patch) | |
tree | d052a42e39ddf923e811aab63b3745ba6c446452 /.travis.yml | |
parent | a1c6d4aa8191384d0521fca59839deec3f2a29f8 (diff) | |
download | numpy-da3ad01d20c283adf5222e8ad7cc95731e0fc900.tar.gz |
TST: run slow chroot test earlier for better load balancing
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
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 |