Clean debug-py35 up from tox.ini

in the setup.cfg, there require python >= 3.6[1], so the debug-py35 should be removed

and in 'victoria' cycle , we should test py38 by default

Change-Id: Ie6ff51962da96c518c848a8213c3f4d3a44a80e3
This commit is contained in:
wu.shiming 2020-09-22 14:53:32 +08:00
parent d9f4b79160
commit e26113db16
1 changed files with 1 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.3.1
envlist = py37,pep8
envlist = py38,pep8
skipsdist = True
[testenv]
@ -29,10 +29,6 @@ setenv = OS_TEST_PATH=./kuryr/tests/fullstack
[testenv:debug]
commands = oslo_debug_helper -t kuryr/tests {posargs}
[testenv:debug-py35]
basepython = python3.5
commands = oslo_debug_helper -t kuryr/tests {posargs}
[testenv:pep8]
commands = flake8