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 07fde1e commit daaa3ecCopy full SHA for daaa3ec
.travis.yml
@@ -19,14 +19,14 @@ env:
19
matrix:
20
exclude:
21
# Sphinx dropped Python 2.6 support in version 1.5
22
- - python: 2.6
+ - python: "2.6"
23
env: SPHINX=">=1.5,<1.6"
24
25
env: SPHINX=">=1.6,<1.7"
26
# And they dropped Python 3.3 support at some point too.
27
- - python: 3.3
+ - python: "3.3"
28
29
30
31
install:
32
# For some reason Travis' build envs have wildly different pip/setuptools
0 commit comments