Skip to content

Commit 7c0238f

Browse files
committed
Update travis to test against different versions of sphinx
1 parent 6ce88a5 commit 7c0238f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ python:
44
- "3.4"
55
- "3.5"
66
- "3.6"
7+
env:
8+
- SPHINX_VERSION=">=1.2, <1.3"
9+
- SPHINX_VERSION=">=1.3, <1.4"
10+
- SPHINX_VERSION=">=1.4, <1.5"
11+
- SPHINX_VERSION=">=1.5, <1.6"
712

8-
install: "pip install -r requirements.txt"
13+
install:
14+
- pip install "sphinx $SPHINX_VERSION"
15+
- pip install -r requirements.txt
916

1017
script:
1118
- python setup.py install

0 commit comments

Comments
 (0)