blob: 67ce5ca8717427b1e8e12eebe2a2d01fe5ca1fc8 [file] [log] [blame]
language: python
python:
- "2.7"
- "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