summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 2e19a14241e65d8c5d215ec34ba3e2e3883d3061 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: python
python:
  - "2.7"
  - "pypy"
  - "3.4"
  - "3.5"
  - "3.6"
  - "3.7"
  - "nightly"
  - "pypy3"

sudo: false

script:
  - ./test/test_travis