]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
tox: add optional pyxx-no-ext environments 1268/head
authorMarc Schlaich <marc.schlaich@gmail.com>
Fri, 12 Dec 2014 07:31:13 +0000 (08:31 +0100)
committerMarc Schlaich <marc.schlaich@gmail.com>
Fri, 12 Dec 2014 07:31:13 +0000 (08:31 +0100)
These can be run on systems without an available C compiler.

tox.ini

diff --git a/tox.ini b/tox.ini
index 443448caa76ff577800131f66a67b31f622fe6c2..51233eb23abad521b0463e245d64936fcb63f430 100644 (file)
--- 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.