CI: minimum version of tox and toxworkdir bypass
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 11 Dec 2017 19:55:16 +0000 (14:55 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 14 Dec 2017 20:24:28 +0000 (15:24 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 86581ca58c09b4ad1bd8091e7e57135266d37bd8..14c521b2cdc4050e8903e069621baa38b79113ab 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,10 @@
 # and then run "tox" from this directory.
 
 [tox]
+minversion = 1.9
+
 envlist = py35
+toxworkdir = {env:TOXWORKDIR:.tox}
 
 [testenv]
 passenv = CFLAGS CPPFLAGS LD_LIBRARY_PATH LDFLAGS
This page took 0.024615 seconds and 5 git commands to generate.