Test with all Python versions 3.5-3.8

This commit is contained in:
2020-02-16 14:35:34 +02:00
parent b2fb092ea3
commit 81fbb3dde3
2 changed files with 4 additions and 2 deletions

View File

@@ -7,7 +7,9 @@ cache:
- tests/testdata
python:
- "3.5"
# - "3.7" # Python 3.7 is not available on travis CI yet
- "3.6"
- "3.7"
- "3.8"
install:
- pip install tox-travis
- sh get_testdata.sh

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py35,py37
envlist = py35,py36,py37,py38
[testenv]
deps =
flake8