Merge "Update the minversion parameter."
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -1,14 +1,12 @@
|
||||
[tox]
|
||||
minversion = 3.1.1
|
||||
minversion = 3.2.0
|
||||
skipsdist = True
|
||||
envlist = py38,pep8,releasenotes
|
||||
ignore_basepython_conflict = True
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
install_command = pip install {opts} {packages}
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
OS_STDOUT_NOCAPTURE=False
|
||||
setenv = OS_STDOUT_NOCAPTURE=False
|
||||
OS_STDERR_NOCAPTURE=False
|
||||
|
||||
deps =
|
||||
|
Reference in New Issue
Block a user