File diff 52778a401e6e → 37395e095210
tox.ini
Show inline comments
 
[tox]
 
envlist = {py34,py35,py36,py37},lint,doc
 
envlist = {py35,py36,py37},lint,doc
 

	
 
[testenv]
 
whitelist_externals =
 
@@ -8,7 +8,6 @@ whitelist_externals =
 
basepython =
 
  doc: python3
 
  lint: python3
 
  py34: python3.4
 
  py35: python3.5
 
  py36: python3.6
 
  py37: python3.7