Merge "Add virtualenv requirement to tox.ini"

This commit is contained in:
Zuul 2021-03-16 21:13:21 +00:00 committed by Gerrit Code Review
commit 63a79f2071
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
[tox]
minversion = 3.1.0
minversion = 3.18.0
requires = virtualenv>=20.4.2
skipsdist = True
# python runtimes: https://governance.openstack.org/tc/reference/project-testing-interface.html#tested-runtimes
envlist = py3,compliance,pep8