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

script: python setup.py test