From beb306053fcaca6db95fd3a492539d23034d78c0 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Wed, 13 Mar 2019 12:17:50 +0200 Subject: [PATCH] Allow the CI environment variable to be passed to pytest in tox. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 1fb953ca..e2aaf4ef 100644 --- a/tox.ini +++ b/tox.ini @@ -33,6 +33,7 @@ commands_pre = docker = integration-rabbitmq: rabbitmq:alpine dockerenv = PYAMQP_INTEGRATION_INSTANCE=1 +passenv=CI [testenv:apicheck] commands =