diff --git a/.travis.yml b/.travis.yml index a67489b..01bd59f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,17 @@ language: python python: - - "2.7" - - "3.5" + - 2.7 + - 3.4 + - 3.5 + - 3.6 sudo: false matrix: fast_finish: true - + include: + # https://github.com/travis-ci/travis-ci/issues/9815 + - python: 3.7 + dist: xenial + sudo: true install: - pip install wheel tox-travis - python setup.py install bdist_wheel diff --git a/tox.ini b/tox.ini index 1eb6963..e30781b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion=1.6 skipsdist=True -envlist=flake8,py27,py35,docs +envlist=flake8,py27,py34,py35,py36,py37,docs [testenv] deps=