bump tox to 3.1.1
Change-Id: If718bc284ed7b98e1979fc831f8a54bea9070369
This commit is contained in:
5
tox.ini
5
tox.ini
@@ -1,11 +1,12 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 1.6
|
minversion = 3.1.1
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
envlist = bashate
|
envlist = bashate
|
||||||
|
ignore_basepython_conflict = true
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
basepython = python3
|
||||||
usedevelop = False
|
usedevelop = False
|
||||||
install_command = pip install {opts} {packages}
|
|
||||||
|
|
||||||
[testenv:bashate]
|
[testenv:bashate]
|
||||||
deps = bashate
|
deps = bashate
|
||||||
|
|||||||
Reference in New Issue
Block a user