Merge "Use py3 as the default runtime for tox"

This commit is contained in:
Zuul 2021-04-16 14:25:30 +00:00 committed by Gerrit Code Review
commit de4bf21ff3
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ minversion = 3.1.1
skipsdist = True
# If you want pypy or pypy3, do 'tox -epypy,pypy3', it might work!
# And you can get coverage with 'tox -ecover'.
envlist = py36,py38,pep8
envlist = py3,pep8
ignore_basepython_conflict = True
[testenv]