From 4d09030b205153d984ee8655930701601e2d0e9c Mon Sep 17 00:00:00 2001 From: Marc Schlaich Date: Fri, 12 Dec 2014 08:31:13 +0100 Subject: [PATCH] tox: add optional pyxx-no-ext environments These can be run on systems without an available C compiler. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 443448caa..51233eb23 100644 --- a/tox.ini +++ b/tox.ini @@ -96,6 +96,7 @@ setenv = lang_utf8: LANG=en_US.utf-8 # tox's parser chokes if all the setenv entries are conditional. DUMMY=dummy + {py2,py26,py27,py3,py32,py33,py34}-no-ext: TORNADO_EXTENSION=0 # All non-comment lines but the last must end in a backslash. # Tox filters line-by-line based on the environment name. -- 2.47.2