mirror of
https://opendev.org/openstack/neutron.git
synced 2026-01-16 23:11:58 +00:00
Merge "tox: Remove basepython and ineffective ignore_basepython_conflict"
This commit is contained in:
commit
ca7e479342
1 changed files with 0 additions and 2 deletions
2
tox.ini
2
tox.ini
|
|
@ -1,12 +1,10 @@
|
|||
[tox]
|
||||
envlist = docs,py3,pep8
|
||||
minversion = 4.6.0
|
||||
ignore_basepython_conflict = True
|
||||
|
||||
[testenv]
|
||||
description =
|
||||
Run unit tests.
|
||||
basepython = {env:TOX_PYTHON:python3}
|
||||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
OS_LOG_CAPTURE={env:OS_LOG_CAPTURE:true}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue