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

script: python setup.py test