summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: ae6a18f1b4884b6b721efe1d615b2887b4a53712 (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.4"
  - "3.5"
  - "3.6"
  - "3.7"
  - "pypy3.5-6.0"

script: python setup.py test