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 - .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