From bebee8d73e02cfdea70e92d70198768daa9762a6 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 23 2021 09:28:30 +0000 Subject: Make tox run the tests in python 3.8 and 3.9 as well Signed-off-by: Pierre-Yves Chibon --- diff --git a/tox.ini b/tox.ini index 002049c..5610ae9 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ python_files=test_* functest_* addopts=--functional -p no:warnings testing/ --cov resultsdb --cov-report=term-missing [tox] -envlist = py27,py36,py37 +envlist = py27,py3{6,7,8,9} requires = tox-docker [testenv]