Add py38-etcd tox env
Change-Id: I6367df1b43216eabce7935ba10876691447e2588
This commit is contained in:
parent
ed899b34e4
commit
284e97b0a6
3
.gitignore
vendored
3
.gitignore
vendored
@ -54,5 +54,8 @@ ChangeLog
|
||||
.*.swp
|
||||
.*sw?
|
||||
|
||||
# etcd files downloaded by functional tests
|
||||
etcd-v*
|
||||
|
||||
# Files created by releasenotes build
|
||||
releasenotes/build
|
3
tox.ini
3
tox.ini
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user