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]
minversion = 2.0
skipsdist = True
envlist = pep8,py37
envlist = pep8,py
[testenv]
basepython = python3
usedevelop = True
install_command = pip install {opts} {packages}
deps =