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

script: python -m unittest discover