summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 56872622c09e3aba46588f9f972110afdcbe120f (plain)
1
2
3
4
5
6
7
8
9
10
language: python
python:
  - 3.8
  - 3.7
  - 3.6
  - 2.7

install: pip install .

script:  nosetests