From 284e97b0a6fcf77321153ff68d2ffad8611f8544 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Wed, 2 Feb 2022 17:36:44 +0200 Subject: [PATCH] Add py38-etcd tox env Change-Id: I6367df1b43216eabce7935ba10876691447e2588 --- .gitignore | 3 +++ tox.ini | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 963e589..1f77e98 100644 --- a/.gitignore +++ b/.gitignore @@ -54,5 +54,8 @@ ChangeLog .*.swp .*sw? +# etcd files downloaded by functional tests +etcd-v* + # Files created by releasenotes build releasenotes/build \ No newline at end of file diff --git a/tox.ini b/tox.ini index 7b5f4cc..6eb9b97 100644 --- a/tox.ini +++ b/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