Test Python 3 -O on Travis (currently failing)

This commit is contained in:
William S Fulton 2018-08-10 18:42:30 +01:00
commit e19ad6d471

View file

@ -207,6 +207,11 @@ matrix:
env: SWIGLANG=python SWIG_FEATURES=-O
sudo: required
dist: trusty
- compiler: gcc
os: linux
env: SWIGLANG=python SWIG_FEATURES=-O PY3=3 VER=3.7
sudo: required
dist: trusty
- compiler: gcc
os: linux
env: SWIGLANG=python SWIG_FEATURES=-classic
@ -364,6 +369,12 @@ matrix:
env: SWIGLANG=octave SWIGJOBS=-j2 VER=4.4 CPP11=1
sudo: required
dist: trusty
# Not quite working yet
- compiler: gcc
os: linux
env: SWIGLANG=python SWIG_FEATURES=-O PY3=3
sudo: required
dist: trusty
before_install:
- date -u