Add py38-etcd tox env

Change-Id: I6367df1b43216eabce7935ba10876691447e2588
This commit is contained in:
Pavlo Shchelokovskyy 2022-02-02 17:36:44 +02:00
parent ed899b34e4
commit 284e97b0a6
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@ -54,5 +54,8 @@ ChangeLog
.*.swp
.*sw?
# etcd files downloaded by functional tests
etcd-v*
# Files created by releasenotes build
releasenotes/build

View File

@ -39,6 +39,9 @@ commands = {toxinidir}/setup-etcd-env.sh pifpaf -g TOOZ_TEST run etcd -- py.test
[testenv:py36-etcd]
commands = {toxinidir}/setup-etcd-env.sh pifpaf -g TOOZ_TEST run etcd -- py.test -vv '{posargs}'
[testenv:py38-etcd]
commands = {toxinidir}/setup-etcd-env.sh pifpaf -g TOOZ_TEST run etcd -- py.test -vv '{posargs}'
[testenv:examples]
commands = {toxinidir}/setup-etcd-env.sh pifpaf -g TOOZ_TEST run etcd -- python {toxinidir}/etcd3gw/examples/etcd.py