Enable the py38 target

The unit tests pass with python3.8 but the tox target was missing.

Change-Id: I3b7d3b11d830df49ef1e4320f2cb68dc64ba06f6
This commit is contained in:
David Ames 2020-03-17 13:14:43 -07:00
parent 525069fa01
commit 2520749d1b
1 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,11 @@ basepython = python3.7
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv:py38]
basepython = python3.8
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv:pep8]
basepython = python3
deps = -r{toxinidir}/requirements.txt