]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Require the extension to be built in tox -full runs.
authorBen Darnell <ben@bendarnell.com>
Fri, 17 Jan 2014 04:33:00 +0000 (23:33 -0500)
committerBen Darnell <ben@bendarnell.com>
Fri, 17 Jan 2014 04:33:00 +0000 (23:33 -0500)
tox.ini

diff --git a/tox.ini b/tox.ini
index bc03777536a0bfc5e89aa509de16699ebb431eee..372dc5c580b82409c25c29d90a0195b237b1ac74 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -63,6 +63,7 @@ deps = unittest2
 
 [testenv:py26-full]
 basepython = python2.6
+setenv = TORNADO_EXTENSION=1
 deps =
      {[testenv:py26]deps}
      futures
@@ -72,6 +73,7 @@ deps =
 
 [testenv:py27-full]
 basepython = python2.7
+setenv = TORNADO_EXTENSION=1
 deps =
      futures
      mock
@@ -90,12 +92,14 @@ commands = python -bb -m tornado.test.runtests {posargs:}
 
 [testenv:py32-full]
 basepython = python3.2
+setenv = TORNADO_EXTENSION=1
 deps =
      mock
      pycurl>=7.19.3
 
 [testenv:py33-full]
 basepython = python3.3
+setenv = TORNADO_EXTENSION=1
 deps =
      pycurl>=7.19.3