Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit b0048f9

Browse files
authored
Merge pull request #54 from stsewd/start-testing-sphinx18
Start testing sphinx 1.8
2 parents 3afa34f + d07dedd commit b0048f9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tox.ini

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{27,35,36}-sphinx{13,14,15,16,17}
3+
py{27,35,36}-sphinx{15,16,17,18}
44
lint
55

66
[testenv]
@@ -10,11 +10,10 @@ deps =
1010
.
1111
pytest
1212
mock
13-
sphinx13: Sphinx<1.4
14-
sphinx14: Sphinx<1.5
1513
sphinx15: Sphinx<1.6
1614
sphinx16: Sphinx<1.7
17-
sphinx17: Sphinx==1.7.4
15+
sphinx17: Sphinx<1.8
16+
sphinx18: Sphinx==1.8.3
1817
commands =
1918
py.test {posargs}
2019

0 commit comments

Comments
 (0)