Merge pull request #55 from chatcannon/test-py39

Test with Python 3.9, stop testing Python 3.5
This commit is contained in:
2020-10-31 08:45:35 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -6,10 +6,10 @@ cache:
- .pytest_cache
- tests/testdata
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
install:
- pip install tox-travis
- sh get_testdata.sh

View File

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