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

View File

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