summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini25
1 files changed, 2 insertions, 23 deletions
diff --git a/tox.ini b/tox.ini
index 6b577af..2e529b1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 3.1
-envlist = py27,py37,pep8
-ignore_basepython_conflict = True
+envlist = py37,pep8
+ignore_basepython_conflict = true
[testenv]
basepython = python3
@@ -42,33 +42,12 @@ commands =
rm -fr doc/build
sphinx-build -W --keep-going -b html doc/source doc/build/html
-[testenv:py27-func-rabbit]
-setenv =
- {[testenv]setenv}
- TRANSPORT_DRIVER=rabbit
-commands = pifpaf run rabbitmq -- stestr run --slowest {posargs:oslo_messaging.tests.functional}
-
[testenv:py36-func-rabbit]
setenv =
{[testenv]setenv}
TRANSPORT_DRIVER=rabbit
commands = pifpaf run rabbitmq -- stestr run --slowest {posargs:oslo_messaging.tests.functional}
-[testenv:py27-func-kafka]
-setenv =
- {[testenv]setenv}
- TRANSPORT_URL=kafka://127.0.0.1:9092/
- OS_GROUP_REGEX=oslo_messaging.tests.functional
-commands = {toxinidir}/setup-test-env-kafka.sh stestr run --slowest {posargs:oslo_messaging.tests.functional}
-
-[testenv:py27-func-amqp1]
-setenv =
- {[testenv]setenv}
- TRANSPORT_URL=amqp://stackqpid:secretqpid@127.0.0.1:5672//
- ENVNAME={envname}
- WORKDIR={toxworkdir}
-commands = {toxinidir}/tools/setup-test-env-amqp1.sh stestr run --slowest {posargs:oslo_messaging.tests.functional}
-
[testenv:py36-func-amqp1]
setenv =
{[testenv]setenv}