diff options
| -rw-r--r-- | .travis.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 6642ae3..5a2e443 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,13 +3,12 @@ install: - pip install tox script: - tox -env: - - TOXENV=py27-1.11.X - - TOXENV=py34-1.11.X -# for python 3.5 and 3.6, see https://github.com/travis-ci/travis-ci/issues/4794 -# for python 3.7, see https://github.com/travis-ci/travis-ci/issues/9815 matrix: include: + - python: 2.7 + env: TOXENV=py27-1.11.X + - python: 3.4 + env: TOXENV=py34-1.11.X - python: 3.5 env: TOXENV=py35-1.11.X - python: 3.6 |
