summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Enable coverage reporting via codecov (#10)Daniel Hahler2018-10-301-5/+13
|
* Special case py37cd/travis-ciChris Dent2018-10-231-0/+2
| | | | | We need to use xenial as the dist to get python3.7 working according to https://github.com/travis-ci/travis-ci/issues/9815
* Add support for limited testing with travis-ciChris Dent2018-10-231-0/+18
This uses the matrix style for engaging with tox and tests py27, 35, 36, 37 and pypy.