Merge "Remove basepython"
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -1,10 +1,8 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 4.2.5
|
minversion = 4.2.5
|
||||||
envlist = py3,pep8
|
envlist = py3,pep8
|
||||||
ignore_basepython_conflict = True
|
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython = python3
|
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
setenv =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
@@ -20,7 +18,6 @@ deps =
|
|||||||
commands = stestr run --slowest {posargs} --test-path {env:OS_TEST_PATH}
|
commands = stestr run --slowest {posargs} --test-path {env:OS_TEST_PATH}
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
basepython = python3
|
|
||||||
deps = hacking>=7.0.0,<7.1.0
|
deps = hacking>=7.0.0,<7.1.0
|
||||||
commands = flake8
|
commands = flake8
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user