diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2017-09-01 10:36:25 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2017-09-01 11:07:15 +0200 |
commit | 7697bf0c03742f2339ce96870d0a52e370a31daf (patch) | |
tree | d0b682c537daeadfa571f0dcc3fe9962c43bca47 /.travis.yml | |
parent | 26d7e398ebf6352fdf1c5a659b39646da36b03e4 (diff) | |
download | numpy-7697bf0c03742f2339ce96870d0a52e370a31daf.tar.gz |
MAINT: merge python -3 and -OO test
They are not worth two seperate slow test runs.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 5ad3c9b15..8dd5385d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,8 +38,6 @@ python: matrix: include: - python: 2.7 - env: PY3_COMPATIBILITY_CHECK=1 - - python: 2.7 env: USE_CHROOT=1 ARCH=i386 DIST=zesty PYTHON=2.7 sudo: true dist: trusty @@ -69,7 +67,7 @@ matrix: - PYTHONOPTIMIZE=2 - USE_ASV=1 - python: 2.7 - env: NPY_RELAXED_STRIDES_CHECKING=0 PYTHON_OO=1 + env: NPY_RELAXED_STRIDES_CHECKING=0 PYTHON_OPTS="-3 -OO" - python: 2.7 env: USE_WHEEL=1 NPY_RELAXED_STRIDES_DEBUG=1 - python: 2.7 |