]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Add concurrent.futures as an optional dependency for -full builds
authorBen Darnell <ben@bendarnell.com>
Fri, 31 Aug 2012 01:55:34 +0000 (21:55 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 31 Aug 2012 01:55:34 +0000 (21:55 -0400)
tox.ini

diff --git a/tox.ini b/tox.ini
index f4291e38518abb01e76756728100661844115b2e..4b73a1aa595944930e55205bca663da5aa1f145c 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -35,6 +35,7 @@ deps =
 [testenv:py25-full]
 basepython = python2.5
 deps =
+     futures
      MySQL-python
      pycurl
      simplejson
@@ -53,6 +54,7 @@ deps = unittest2
 [testenv:py26-full]
 basepython = python2.6
 deps =
+     futures
      MySQL-python
      pycurl
      twisted==11.0.0
@@ -61,6 +63,7 @@ deps =
 [testenv:py27-full]
 basepython = python2.7
 deps =
+     futures
      MySQL-python
      pycurl
      twisted>=12.0.0
@@ -71,6 +74,7 @@ deps =
 # this flag controls which client all the other tests use.
 basepython = python2.7
 deps =
+     futures
      MySQL-python
      pycurl
      twisted>=11.1.0
@@ -83,6 +87,7 @@ commands = python -m tornado.test.runtests --httpclient=tornado.curl_httpclient.
 # run this configuration there.
 basepython = pypy
 deps =
+     futures
      MySQL-python
      twisted>=12.1.0
 
@@ -113,6 +118,7 @@ basepython = python3.3
 [testenv:py27-opt]
 basepython = python2.7
 deps =
+     futures
      MySQL-python
      pycurl
      twisted>=12.0.0