tox: Remove ineffective ignore_basepython_conflict and bump minimum version
Change-Id: I9de2042313bcb8799eef6eb4c03c4a48432566c1 Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -1,13 +1,11 @@
|
||||
[tox]
|
||||
minversion = 4.0
|
||||
minversion = 4.6.0
|
||||
skipsdist = True
|
||||
envlist = docs,molecule
|
||||
ignore_basepython_conflict = True
|
||||
|
||||
[testenv]
|
||||
# There's no source code to install
|
||||
usedevelop = False
|
||||
baseypthon = python3
|
||||
commands =
|
||||
/usr/bin/find . -type f -name "*.pyc" -delete
|
||||
passenv =
|
||||
|
||||
Reference in New Issue
Block a user