summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-01-05 07:27:58 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-01-05 07:27:58 -0500
commit45aee43076259fe6121dd5ec23365ddc831c52ac (patch)
tree3b0cfb90323757117fb0fd04c7ecd929995e470e
parent720172f462301b5eeae24d597f4bd01afd9e5bc6 (diff)
downloadpython-coveragepy-45aee43076259fe6121dd5ec23365ddc831c52ac.tar.gz
gevent 1.2.0 is OK now, and be quieter when building docs
-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