commit | afb9b2039ce366cc096bcea5b908cfc9181e6f6b | [log] [tgz] |
---|---|---|
author | James E. Blair <jeblair@linux.vnet.ibm.com> | Wed Feb 03 14:32:05 2016 -0800 |
committer | James E. Blair <jeblair@linux.vnet.ibm.com> | Wed Feb 03 15:20:34 2016 -0800 |
tree | bde07561f43eb21795df8bcab4a9672eac3cdda3 | |
parent | 82938473afcf9ab8fa018e9e0cc7d0821dbd6a1b [diff] [blame] |
Pass ZUUL_TEST_ROOT through tox This is so that one might, for example, run the zuul tests out of a tmpfs. Change-Id: I8e1d5b11c83e5f782f92d95b0d09632312bf310d
diff --git a/tox.ini b/tox.ini index 0f8254a..f9b0df1 100644 --- a/tox.ini +++ b/tox.ini
@@ -9,6 +9,7 @@ STATSD_PORT=8125 VIRTUAL_ENV={envdir} OS_TEST_TIMEOUT=30 +passenv = ZUUL_TEST_ROOT usedevelop = True install_command = pip install {opts} {packages} deps = -r{toxinidir}/requirements.txt