mirror of
https://opendev.org/openstack/neutron-specs.git
synced 2026-01-11 19:56:59 +00:00
tox: Remove basepython and ineffective ignore_basepython_conflict
Change-Id: Ib49720ed854fe9d98314db8b7801ca75ce526a57 Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
parent
efc332acf7
commit
7e8da0abcb
1 changed files with 0 additions and 2 deletions
2
tox.ini
2
tox.ini
|
|
@ -1,10 +1,8 @@
|
|||
[tox]
|
||||
minversion = 3.18.0
|
||||
envlist = docs,py3,pep8
|
||||
ignore_basepython_conflict = True
|
||||
|
||||
[testenv]
|
||||
basepython = {env:TOX_PYTHON:python3}
|
||||
usedevelop = True
|
||||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue