summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 68e8c0cfe0f2ec93d1a5b8e13312d02b7fb91f1f (plain)
1
2
3
4
5
6
7
8
9
language: python
python:
  - "2.6"
  - "2.7"
  - "3.2"
  - "3.3"
  - "3.4"
script: python tests/all_tests.py