summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 1e125a3fd20427d211f7f7515807bf9092f041cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: python

python:
  - "2.6"
  - "2.7"
  - "3.2"
  - "3.3"
  - "3.4"

matrix:
  include:
    - python: 2.7
      env: PY=2.5
    - python: 2.7
      env: PY=3.1

install:
  - bash test/travis_setup.sh

script: python${PY:-} test/testall.py fast