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]
|
[tox]
|
||||||
minversion = 4.0
|
minversion = 4.6.0
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
envlist = docs,molecule
|
envlist = docs,molecule
|
||||||
ignore_basepython_conflict = True
|
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
# There's no source code to install
|
# There's no source code to install
|
||||||
usedevelop = False
|
usedevelop = False
|
||||||
baseypthon = python3
|
|
||||||
commands =
|
commands =
|
||||||
/usr/bin/find . -type f -name "*.pyc" -delete
|
/usr/bin/find . -type f -name "*.pyc" -delete
|
||||||
passenv =
|
passenv =
|
||||||
|
|||||||
Reference in New Issue
Block a user