We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3132aad commit da9eaa2Copy full SHA for da9eaa2
1 file changed
.travis.yml
@@ -7,15 +7,15 @@ matrix:
7
include:
8
# - python: 2.6
9
- python: 2.7
10
- PYYAML_VERSION: ""
+ env: PYYAML_VERSION=""
11
# - python: 3.3
12
# - python: 3.4
13
- python: 3.5
14
- PYYAML_VERSION: "<5"
+ env: PYYAML_VERSION="<5" # so that we have at least one with the old version
15
- python: 3.6
16
17
- python: 3.7
18
19
dist: xenial
20
sudo: true
21
0 commit comments