CI: test with Python 3.9-dev and 3.10-dev

This commit is contained in:
Patrick Storz 2020-09-02 19:25:20 +02:00
parent 23835da44a
commit 92e64f0d7f
2 changed files with 4 additions and 0 deletions

View file

@ -10,6 +10,8 @@ python:
- 3.6 - 3.6
- 3.7 - 3.7
- 3.8 - 3.8
- 3.9-dev
- 3.10-dev
install: install:
- pip install tox-travis codecov - pip install tox-travis codecov

View file

@ -7,6 +7,8 @@ envlist =
py36 py36
py37 py37
py38 py38
py39
py310
flake8 flake8