We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e624090 commit d000778Copy full SHA for d000778
.travis.yml
@@ -23,6 +23,11 @@ matrix:
23
env: SPHINX=">=1.5,<1.6"
24
- python: 2.6
25
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
30
+ env: SPHINX=">=1.6,<1.7"
31
install:
32
# For some reason Travis' build envs have wildly different pip/setuptools
33
# versions between minor Python versions, and this can cause many hilarious
0 commit comments