aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-11-13 05:46:04 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2016-11-13 08:46:04 -0500
commit562b9a905596f3e58b27be584a9532aa3a4dc833 (patch)
tree52cda247621c50acce674abaef0215d72f151673 /tox.ini
parentc7ab9315fd7b58b4958f3e98c30ac731ef9e32ea (diff)
downloadcryptography-562b9a905596f3e58b27be584a9532aa3a4dc833.tar.gz
cryptography-562b9a905596f3e58b27be584a9532aa3a4dc833.tar.bz2
cryptography-562b9a905596f3e58b27be584a9532aa3a4dc833.zip
Fix the docs-linkcheck tox target (#3239)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index faccbdbd..944ef852 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,6 +30,7 @@ commands =
python setup.py check --restructuredtext --strict
[testenv:docs-linkcheck]
+extras =
deps =
sphinx
basepython = python2.7