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

Commit 076a23b

Browse files
authored
Merge pull request #84 from readthedocs/humitos/more-tests
2 parents dc41709 + 02fa1ae commit 076a23b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ python:
33
- 2.7
44
- 3.5
55
- 3.6
6+
- 3.8
67
matrix:
78
include:
89
- python: 2.7

tox.ini

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
py{27,35,36}-sphinx{15,16,17,18}
4-
py{35,36,37}-sphinx{21}
4+
py{35,36,37,38}-sphinx{21,22,23,24,30}
55
lint
66

77
[testenv]
@@ -15,7 +15,11 @@ deps =
1515
sphinx16: Sphinx<1.7
1616
sphinx17: Sphinx<1.8
1717
sphinx18: Sphinx<1.9
18-
sphinx21: Sphinx==2.1.0
18+
sphinx21: Sphinx~=2.1.0
19+
sphinx22: Sphinx~=2.2.0
20+
sphinx23: Sphinx~=2.3.0
21+
sphinx24: Sphinx~=2.4.0
22+
sphinx30: Sphinx~=3.0.0
1923
commands =
2024
py.test {posargs}
2125

0 commit comments

Comments
 (0)