Python 2.6 is unsupported because the PyCapsule API was backported from Python 3 to 2.7. Trying Python 3.3 and 3.2 just for grins.
This commit is contained in:
parent
5dea57c4d4
commit
bd16038129
1 changed files with 12 additions and 4 deletions
16
.travis.yml
16
.travis.yml
|
|
@ -8,19 +8,27 @@ matrix:
|
||||||
include:
|
include:
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
language: python
|
language: python
|
||||||
python: 2.7
|
python: 3.3
|
||||||
env: BINDINGS=python
|
env: BINDINGS=python
|
||||||
- compiler: clang
|
- compiler: clang
|
||||||
language: python
|
language: python
|
||||||
python: 2.7
|
python: 3.3
|
||||||
env: BINDINGS=python
|
env: BINDINGS=python
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
language: python
|
language: python
|
||||||
python: 2.6
|
python: 3.2
|
||||||
env: BINDINGS=python
|
env: BINDINGS=python
|
||||||
- compiler: clang
|
- compiler: clang
|
||||||
language: python
|
language: python
|
||||||
python: 2.6
|
python: 3.2
|
||||||
|
env: BINDINGS=python
|
||||||
|
- compiler: gcc
|
||||||
|
language: python
|
||||||
|
python: 2.7
|
||||||
|
env: BINDINGS=python
|
||||||
|
- compiler: clang
|
||||||
|
language: python
|
||||||
|
python: 2.7
|
||||||
env: BINDINGS=python
|
env: BINDINGS=python
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue