aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 0fd8463c51b6461cf6ae33bbb297817f23251cff (plain)
1
2
3
4
5
6
7
8
9
language: python
python:
  - "2.7"
  - "3.2"
  - "3.3"
  - "3.4"
  - "3.5"
  - "3.6"
script: python tests/all_tests.py