set ignore_basepython_conflict = True in tox.ini

os-vif sets the base python version globally in the
base testenv and relies on tox to pick up the
correct python version form the env name for standard
envs like py27.

This behavior only work reliably if
ignore_basepython_conflict = True is set.

Change-Id: I458cf6cf88d9ee672d6cce59e1d86ed888957042
Closes-Bug: #1832652
This commit is contained in:
Sean Mooney 2019-06-13 00:19:24 +01:00
parent 1eef2d8a58
commit e0712563c1
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
minversion = 3.1.1
envlist = py37,py27,pep8
skipsdist = True
ignore_basepython_conflict = True
[testenv]
basepython = python3