Skip to content

Commit daaa3ec

Browse files
committed
Still seeing matrix cells for these; is this a type bug in Travis? Hopefully...
1 parent 07fde1e commit daaa3ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ env:
1919
matrix:
2020
exclude:
2121
# Sphinx dropped Python 2.6 support in version 1.5
22-
- python: 2.6
22+
- python: "2.6"
2323
env: SPHINX=">=1.5,<1.6"
24-
- python: 2.6
24+
- python: "2.6"
2525
env: SPHINX=">=1.6,<1.7"
2626
# And they dropped Python 3.3 support at some point too.
27-
- python: 3.3
27+
- python: "3.3"
2828
env: SPHINX=">=1.5,<1.6"
29-
- python: 3.3
29+
- python: "3.3"
3030
env: SPHINX=">=1.6,<1.7"
3131
install:
3232
# For some reason Travis' build envs have wildly different pip/setuptools

0 commit comments

Comments
 (0)