Skip to content

Commit e4b52ec

Browse files
committed
Check if this fixes travis build for 3.10
1 parent dab384e commit e4b52ec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ install:
44
- pip install -e .
55
matrix:
66
include:
7-
- python: 2.7
7+
- python: "2.7"
88
env:
99
- TOX_ENV=py27
10-
- python: 3.6
10+
- python: "3.6"
1111
env:
1212
- TOX_ENV=py36
13-
- python: 3.7
13+
- python: "3.7"
1414
env:
1515
- TOX_ENV=py37
16-
- python: 3.8
16+
- python: "3.8"
1717
env:
1818
- TOX_ENV=py38
19-
- python: 3.9
19+
- python: "3.9"
2020
env:
2121
- TOX_ENV=py39
22-
- python: 3.10
22+
- python: "3.10"
2323
env:
2424
- TOX_ENV=py310
2525
script: tox -e $TOX_ENV

0 commit comments

Comments
 (0)