Merge "Run fullstack jobs on available python"

This commit is contained in:
Zuul 2020-10-06 02:47:01 +00:00 committed by Gerrit Code Review
commit 3f30c7a4f2
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ commands = find . -type f -name "*.py[c|o]" -delete
stestr run {posargs}
[testenv:fullstack]
basepython = python3.6
setenv = OS_TEST_PATH=./kuryr_libnetwork/tests/fullstack
passenv = OS_*