Add Python3.9 Testing

This commit is contained in:
Ariel Rin
2021-04-08 04:49:15 +00:00
parent 0036e8b280
commit 8c6bdd8ae2
4 changed files with 38 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
[tox]
skipsdist = true
usedevelop = true
envlist = py{36,37,38}-{all}
envlist = py{36,37,38,39}-{all}
[testenv]
setenv =
@@ -11,6 +11,7 @@ basepython =
py36: python3.6
py37: python3.7
py38: python3.8
py39: python3.9
deps=
coverage
install_command = pip install -e ".[testing]" -U {opts} {packages}