Merge "Add py38-etcd tox env"
This commit is contained in:
commit
054ab85a87
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