From 0693f191ffb1311df55e268ded807af7fca373de Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 21 Apr 2020 10:56:56 +0200 Subject: [PATCH 1/2] Add more versions to test against --- tox.ini | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 0843f51..a422a1f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = py{27,35,36}-sphinx{15,16,17,18} - py{35,36,37}-sphinx{21} + py{35,36,37,38}-sphinx{21,22,23,24,30} lint [testenv] @@ -15,7 +15,11 @@ deps = sphinx16: Sphinx<1.7 sphinx17: Sphinx<1.8 sphinx18: Sphinx<1.9 - sphinx21: Sphinx==2.1.0 + sphinx21: Sphinx~=2.1.0 + sphinx22: Sphinx~=2.2.0 + sphinx23: Sphinx~=2.3.0 + sphinx24: Sphinx~=2.4.0 + sphinx30: Sphinx~=3.0.0 commands = py.test {posargs} From 02fa1ae358eade73ea4ae13cbb1ca76c43946fac Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 21 Apr 2020 11:13:47 +0200 Subject: [PATCH 2/2] Add Python 3.8 to tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 88bde76..5822363 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - 2.7 - 3.5 - 3.6 + - 3.8 matrix: include: - python: 2.7