Skip to content

Commit d000778

Browse files
committed
Found python 3.3 also not happy with more recent Sphinxes
1 parent e624090 commit d000778

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ matrix:
2323
env: SPHINX=">=1.5,<1.6"
2424
- python: 2.6
2525
env: SPHINX=">=1.6,<1.7"
26+
# And they dropped Python 3.3 support at some point too.
27+
- python: 3.3
28+
env: SPHINX=">=1.5,<1.6"
29+
- python: 3.3
30+
env: SPHINX=">=1.6,<1.7"
2631
install:
2732
# For some reason Travis' build envs have wildly different pip/setuptools
2833
# versions between minor Python versions, and this can cause many hilarious

0 commit comments

Comments
 (0)