File diff d3bfe4119a3c → 9293b6b67ca7
tox.ini
Show inline comments
 
@@ -2,7 +2,7 @@
 
envlist = {py38,py39},lint,doc
 

	
 
[testenv]
 
whitelist_externals =
 
allowlist_externals =
 
  make
 

	
 
basepython =
 
@@ -14,6 +14,11 @@ basepython =
 
deps =
 
  .[test]
 

	
 
setenv =
 
  # Force column width for functional tests since they depend on
 
  # predictable output format.
 
  COLUMNS=80
 

	
 
commands =
 
  # Must specify cov-report explicitly, otherwise coverage starts
 
  # going through the tests as well.