blob: d32d41123aa3967987ec0b2f5cbe1e600c28c283 [file] [log] [blame]
language: python
python:
- "3.4"
- "3.5"
- "3.6"
matrix:
include:
- python: "3.7"
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
install:
python setup.py install
script:
python setup.py test