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 dab384e commit e4b52ecCopy full SHA for e4b52ec
.travis.yml
@@ -4,22 +4,22 @@ install:
4
- pip install -e .
5
matrix:
6
include:
7
- - python: 2.7
+ - python: "2.7"
8
env:
9
- TOX_ENV=py27
10
- - python: 3.6
+ - python: "3.6"
11
12
- TOX_ENV=py36
13
- - python: 3.7
+ - python: "3.7"
14
15
- TOX_ENV=py37
16
- - python: 3.8
+ - python: "3.8"
17
18
- TOX_ENV=py38
19
- - python: 3.9
+ - python: "3.9"
20
21
- TOX_ENV=py39
22
- - python: 3.10
+ - python: "3.10"
23
24
- TOX_ENV=py310
25
script: tox -e $TOX_ENV
0 commit comments