summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 52dadd5..ed41aca 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,7 @@ deps =
unittest-mixins==1.1.1
#-egit+/Users/ned/unittest_mixins#egg=unittest-mixins==0.0
py26: unittest2==1.1.0
- py{27,33,34,35,36}: gevent==1.1.2
+ py{27,33,34,35,36}: gevent==1.2.0
py{26,27,33,34,35,36}: eventlet==0.20.0
py{26,27,33,34,35,36}: greenlet==0.4.11
@@ -67,5 +67,5 @@ commands =
doc8 -q --ignore-path doc/_build doc CHANGES.rst README.rst
sphinx-build -b html -b linkcheck -aEnq doc doc/_build/html
sphinx-build -b html -b linkcheck -aEnQW doc doc/_build/html
- sphinx-build -b html -a -E doc doc/_build/html
+ sphinx-build -b html -aqE doc doc/_build/html
rst2html.py --strict README.rst doc/_build/trash