summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 6becca7771e6fdb0ee6b8bc540ddf4eb0b88e957 (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 -m unittest discover