summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 293cf4de24cf4813654f0d2e1d307728ac82d3ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
dist: xenial
language: python
python:
  - "2.7"
  - "pypy2.7-6.0"
  - "3.5"
  - "3.6"
  - "3.7"
  - "3.8"
  - "pypy3.5-6.0"

script: python setup.py test