From 9748a489cb8a1fa72814236b4f7bc485b7727fea Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Fri, 19 Sep 2014 15:20:13 +0200 Subject: [PATCH] Enable ZAQAR_TEST_SLOW for py27 We're testing Mongodb for py27 jobs, use this same gate to run slow tests. Change-Id: I202b3ead24a0ba018fcb70b59318751dc0732515 Closes-bug: #1350069 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index e3fb197e2..7813ac5e6 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,7 @@ commands = python setup.py testr --slowest --testr-args='--concurrency 1 {posarg [testenv:py27] setenv = ZAQAR_TEST_MONGODB=1 + ZAQAR_TEST_SLOW=1 [testenv:py33] deps = -r{toxinidir}/requirements-py3.txt