aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-09-14 19:44:47 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-09-14 19:44:47 -0400
commit9aefda919b1c135a8220ca76339e586e58b3e10e (patch)
tree848db15a295469607e8c3031fc816ebf6cef9428 /tox.ini
parentedfedc135cbce685e96e7386654e99eb1c43362b (diff)
downloadcryptography-9aefda919b1c135a8220ca76339e586e58b3e10e.tar.gz
cryptography-9aefda919b1c135a8220ca76339e586e58b3e10e.tar.bz2
cryptography-9aefda919b1c135a8220ca76339e586e58b3e10e.zip
Move linkcheck tox env to use setup.py to get docs dependencies (#4473)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index a6227c0f..c313e9c2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -50,8 +50,7 @@ commands =
[testenv:docs-linkcheck]
extras =
-deps =
- sphinx
+ docs
basepython = python2.7
commands =
sphinx-build -W -b linkcheck docs docs/_build/html