File diff 3ea40b1330b7 → 3c69231d7781
tox.ini
Show inline comments
 
[tox]
 
envlist = {py35,py36,py37,py38},lint,doc
 
envlist = {py35,py36,py37,py38,py39},lint,doc
 

	
 
[testenv]
 
whitelist_externals =
 
@@ -12,6 +12,7 @@ basepython =
 
  py36: python3.6
 
  py37: python3.7
 
  py38: python3.8
 
  py39: python3.9
 

	
 
deps =
 
  .[test]