diff --git a/.travis.yml b/.travis.yml index a007ad4..75e823b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,11 @@ install: - pip install tox-travis script: - tox +-python: + - 2.7 + - 3.5 + - 3.6 + - 3.7 matrix: include: - python: 3.7