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

sudo: false

script:
  - ./test/test