Skip to content

Commit da6d1db

Browse files
Blendifydavidfischer
authored andcommitted
Tests: Update to new sphinx & python
1 parent c034d48 commit da6d1db

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

tox.ini

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[tox]
2-
envlist = py{27,34,35,36}-sphinx{13,14,15,16}, docs
2+
envlist = py{27,34,35,36,37}-sphinx{13,14,15,16,17,18}, docs
33

44
[tox:travis]
5-
2.7 = py27-sphinx{13,14,15}
6-
3.4 = py34-sphinx{13,14,15}
7-
3.5 = py35-sphinx{13,14,15}
8-
3.6 = py36-sphinx{13,14,15}
5+
2.7 = py27-sphinx{13,14,15,16,17,18}
6+
3.4 = py34-sphinx{13,14,15,16,17,18}
7+
3.5 = py35-sphinx{13,14,15,16,17,18}
8+
3.6 = py36-sphinx{13,14,15,16,17,18}
9+
3.7 = py37-sphinx{13,14,15,16,17,18}
910

1011
[testenv]
1112
setev =
@@ -18,6 +19,8 @@ deps =
1819
sphinx14: Sphinx < 1.5
1920
sphinx15: Sphinx < 1.6
2021
sphinx16: Sphinx < 1.7
22+
sphinx17: Sphinx < 1.8
23+
sphinx18: Sphinx < 1.9
2124
commands =
2225
py.test {posargs}
2326

0 commit comments

Comments
 (0)