#144 Make tox run the tests in python 3.8 and 3.9 as well
Merged 4 years ago by lholecek. Opened 4 years ago by pingou.
taskotron/ pingou/resultsdb more_py3  into  develop

file modified
+1 -1
@@ -17,7 +17,7 @@ 

  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]

Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

Pull-Request has been merged by lholecek

4 years ago
Metadata