Added Sphinx 1.8.0b1 testing

pull/155/head
Ashley Whetter 6 years ago
parent 007ef746f4
commit 0e478b2837

@ -1,6 +1,6 @@
[tox] [tox]
envlist = envlist =
py{27,34,35,36}-sphinx{13,14,15,16,17} py{27,34,35,36}-sphinx{13,14,15,16,17,18}
lint lint
docs docs
@ -22,6 +22,7 @@ deps = -r{toxinidir}/requirements.txt
sphinx15: Sphinx<1.6 sphinx15: Sphinx<1.6
sphinx16: Sphinx<1.7 sphinx16: Sphinx<1.7
sphinx17: Sphinx<1.8 sphinx17: Sphinx<1.8
sphinx18: Sphinx==1.8.0b1
commands = commands =
py.test {posargs} py.test {posargs}

Loading…
Cancel
Save