Test with Python 3.9, stop testing Python 3.5

Python 3.5 is now end-of-life, Python 3.9 was released 2020-10-05
This commit is contained in:
2020-10-31 08:31:54 +02:00
parent 21085454fd
commit 63f674d897
2 changed files with 2 additions and 2 deletions

View File

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

View File

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