Add Python 3 Travis tests
This commit is contained in:
parent
b3ca22dc33
commit
2004b9fc03
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ matrix:
|
||||||
env: SWIGLANG=php
|
env: SWIGLANG=php
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
env: SWIGLANG=python
|
env: SWIGLANG=python
|
||||||
|
- compiler: gcc
|
||||||
|
env: SWIGLANG=python PY3=1
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
env: SWIGLANG=ruby
|
env: SWIGLANG=ruby
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
|
|
@ -40,6 +42,7 @@ before_install:
|
||||||
- if test "$SWIGLANG" = "lua"; then sudo apt-get -qq install lua5.1 liblua5.1-dev; fi
|
- if test "$SWIGLANG" = "lua"; then sudo apt-get -qq install lua5.1 liblua5.1-dev; fi
|
||||||
- if test "$SWIGLANG" = "octave"; then sudo apt-get -qq install octave3.2 octave3.2-headers; fi
|
- if test "$SWIGLANG" = "octave"; then sudo apt-get -qq install octave3.2 octave3.2-headers; fi
|
||||||
- if test "$SWIGLANG" = "php"; then sudo apt-get install php5-cli php5-dev; fi
|
- if test "$SWIGLANG" = "php"; then sudo apt-get install php5-cli php5-dev; fi
|
||||||
|
- if test "$SWIGLANG" = "python" -a "$PY3"; then sudo apt-get install python3-dev; fi
|
||||||
- if test "$SWIGLANG" = "tcl"; then sudo apt-get -qq install tcl8.4-dev; fi
|
- if test "$SWIGLANG" = "tcl"; then sudo apt-get -qq install tcl8.4-dev; fi
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh && ./configure
|
- ./autogen.sh && ./configure
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue