Merge "fix python version conflict" into stable/victoria

This commit is contained in:
Zuul 2021-05-15 14:36:20 +00:00 committed by Gerrit Code Review
commit 7224ee478a
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,9 @@
[tox] [tox]
minversion = 2.0 minversion = 2.0
skipsdist = True skipsdist = True
envlist = pep8,py37 envlist = pep8,py
[testenv] [testenv]
basepython = python3
usedevelop = True usedevelop = True
install_command = pip install {opts} {packages} install_command = pip install {opts} {packages}
deps = deps =