]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Add py27-docs to tox envlist.
authorBen Darnell <ben@bendarnell.com>
Fri, 24 May 2013 04:19:46 +0000 (00:19 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 24 May 2013 04:19:46 +0000 (00:19 -0400)
tox.ini

diff --git a/tox.ini b/tox.ini
index d473055c81ce79e3fb26db7d9f77b9c69834b173..95ab47af7624b5d15fd375ae41312bec212b0100 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@
 [tox]
 # "-full" variants include optional dependencies, to ensure
 # that things work both in a bare install and with all the extras.
-envlist = py27-full, py27-curl, py32-full, pypy, py26, py26-full, py27, py32, py32-utf8, py33, py27-opt, py32-opt, pypy-full, py27-select, py27-monotonic, py33-monotonic, py27-twisted, py27-threadedresolver, py27-twistedresolver, py27-twistedlayered, py27-caresresolver, py32-caresresolver
+envlist = py27-full, py27-curl, py32-full, pypy, py26, py26-full, py27, py32, py32-utf8, py33, py27-opt, py32-opt, pypy-full, py27-select, py27-monotonic, py33-monotonic, py27-twisted, py27-threadedresolver, py27-twistedresolver, py27-twistedlayered, py27-caresresolver, py32-caresresolver, py27-docs
 [testenv]
 commands = python -m tornado.test.runtests {posargs:}
 
@@ -208,4 +208,4 @@ basepython = python2.7
 changedir = docs
 deps = sphinx
 commands =
-    sphinx-build -q -E -n -W -b html . {envtmpdir}/html
\ No newline at end of file
+    sphinx-build -q -E -n -W -b html . {envtmpdir}/html