Skip to content

Commit 628211f

Browse files
committed
Test more Python & Sphinx versions
Added Python 3.8 and Sphinx 2.3.1
1 parent 425ef4f commit 628211f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
docs
4-
py{36,37}-sphinx{185,201,210,220}
4+
py{36,37,38}-sphinx{185,201,210,220,231}
55

66
[testenv]
77
deps =
@@ -12,6 +12,7 @@ deps =
1212
sphinx201: sphinx==2.0.1
1313
sphinx210: sphinx==2.1.0
1414
sphinx220: sphinx==2.2.0
15+
sphinx231: sphinx==2.3.1
1516
commands = pytest {posargs}
1617

1718
[testenv:py37-sphinx210]

0 commit comments

Comments
 (0)