Merge "Make py3 default tox target flexible"

This commit is contained in:
Zuul 2020-05-27 15:25:57 +00:00 committed by Gerrit Code Review
commit 071a99ab0d
1 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,8 @@
[tox]
minversion = 3.1.0
skipsdist = True
skip_missing_interpreters = true
# python runtimes: https://governance.openstack.org/tc/reference/project-testing-interface.html#tested-runtimes
envlist = py38,py36,compliance,pep8
envlist = py3,compliance,pep8
# this allows tox to infer the base python from the environment name
# and override any basepython configured in this file
ignore_basepython_conflict=true