tox: Set 'ignore_basepython_conflict'

Resolves the following warning:

  UserWarning: conflicting basepython version (set 37, should be 36) for
  env 'py36';resolve conflict or set ignore_basepython_conflict

Change-Id: I9600f7f97b1784a546a05303172d573fc2e75b5d
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2020-02-25 17:05:14 +00:00
parent 7847d94554
commit 09738a8ab9
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
[tox]
minversion = 2.0
minversion = 3.2
envlist = py37,pep8,docs,releasenotes
skipsdist = True
skipsdist = true
ignore_basepython_conflict = true
[testenv]
basepython = python3