File diff eaf58c505b5a → c376a6e24d78
tox.ini
Show inline comments
 
@@ -18,7 +18,7 @@
 
#
 

	
 
[tox]
 
envlist = {py38,py39},lint,doc
 
envlist = {py38,py39,py310},lint,doc
 

	
 
[testenv]
 
allowlist_externals =
 
@@ -29,6 +29,7 @@ basepython =
 
  lint: python3
 
  py38: python3.8
 
  py39: python3.9
 
  py310: python3.10
 

	
 
deps =
 
  .[test]