tox: Remove unnecessary configuration
tox 4 is Python 3-only. We don't need to configure a basepython now. Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Change-Id: I539cdad868fe930a4cf660ed23290b05294292e0
This commit is contained in:
parent
763bb40185
commit
29b88f5db5
2
tox.ini
2
tox.ini
@ -1,10 +1,8 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 4.2.5
|
minversion = 4.2.5
|
||||||
envlist = py3{,-mysql,-postgresql},functional,pep8
|
envlist = py3{,-mysql,-postgresql},functional,pep8
|
||||||
ignore_basepython_conflict = True
|
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython = python3
|
|
||||||
usedevelop = False
|
usedevelop = False
|
||||||
setenv =
|
setenv =
|
||||||
OS_STDOUT_CAPTURE=1
|
OS_STDOUT_CAPTURE=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user