mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-11 19:10:58 +00:00
Added Sphinx 1.8.0b1 testing
This commit is contained in:
parent
007ef746f4
commit
0e478b2837
3
tox.ini
3
tox.ini
@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
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
|
||||
docs
|
||||
|
||||
@ -22,6 +22,7 @@ deps = -r{toxinidir}/requirements.txt
|
||||
sphinx15: Sphinx<1.6
|
||||
sphinx16: Sphinx<1.7
|
||||
sphinx17: Sphinx<1.8
|
||||
sphinx18: Sphinx==1.8.0b1
|
||||
commands =
|
||||
py.test {posargs}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user