Added sphinx 1.7 testing

pull/131/head
Ashley Whetter 6 years ago
parent b19b9ea28b
commit 11a11ce740

@ -1,6 +1,6 @@
[tox]
envlist =
py{27,34,35,36}-sphinx{13,14,15,16}
py{27,34,35,36}-sphinx{13,14,15,16,17}
lint
docs
@ -21,12 +21,13 @@ deps = -r{toxinidir}/requirements.txt
sphinx14: Sphinx<1.5
sphinx15: Sphinx<1.6
sphinx16: Sphinx<1.7
sphinx17: Sphinx<1.8
commands =
py.test {posargs}
[testenv:docs]
deps =
Sphinx>=1.6,<=1.7
Sphinx>=1.7,<=1.8
sphinx_rtd_theme
changedir = {toxinidir}/docs
commands =

Loading…
Cancel
Save