Test Python 3 -O on Travis (currently failing)
This commit is contained in:
parent
3938e6f769
commit
e19ad6d471
1 changed files with 11 additions and 0 deletions
11
.travis.yml
11
.travis.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue