File diff d6a7cad507a0 → e982e9c89e10
tox.ini
Show inline comments
 
[tox]
 
envlist = {py35,py36,py37},lint,doc
 
envlist = {py35,py36,py37,py38},lint,doc
 

	
 
[testenv]
 
whitelist_externals =
 
@@ -11,6 +11,7 @@ basepython =
 
  py35: python3.5
 
  py36: python3.6
 
  py37: python3.7
 
  py38: python3.8
 

	
 
deps =
 
  .[test]