Skip to content

Commit f3f51ca

Browse files
authored
Merge pull request #27 from Chilipp/sphinx-3.0
Add tests for sphinx=3.0
2 parents 2216f7c + f76466e commit f3f51ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ python:
99
- "2.7"
1010
env:
1111
- SPHINX_VERSION=""
12+
- SPHINX_VERSION=3.0.*
1213
- SPHINX_VERSION=2.4.*
1314
- SPHINX_VERSION=2.3.*
1415
- SPHINX_VERSION=2.2.*
@@ -22,6 +23,8 @@ env:
2223
- SPHINX_VERSION=1.3.*
2324
matrix:
2425
exclude:
26+
- python: "2.7"
27+
env: SPHINX_VERSION=3.0.*
2528
- python: "2.7"
2629
env: SPHINX_VERSION=2.0.*
2730
- python: "2.7"
@@ -55,7 +58,6 @@ matrix:
5558
- python: "3.8"
5659
env: SPHINX_VERSION=1.9.*
5760

58-
5961
install:
6062
- pip install coveralls
6163
# install sphinx

0 commit comments

Comments
 (0)