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:
Meredith L. Patterson 2013-11-26 15:53:30 -08:00
parent 5dea57c4d4
commit bd16038129

View file

@ -8,19 +8,27 @@ matrix:
include:
- compiler: gcc
language: python
python: 2.7
python: 3.3
env: BINDINGS=python
- compiler: clang
language: python
python: 2.7
python: 3.3
env: BINDINGS=python
- compiler: gcc
language: python
python: 2.6
python: 3.2
env: BINDINGS=python
- compiler: clang
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
before_install:
- sudo apt-get update -qq