Skip to content

Commit da9eaa2

Browse files
author
Sylvain MARIE
committed
Fixed travis build
1 parent 3132aad commit da9eaa2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ matrix:
77
include:
88
# - python: 2.6
99
- python: 2.7
10-
PYYAML_VERSION: ""
10+
env: PYYAML_VERSION=""
1111
# - python: 3.3
1212
# - python: 3.4
1313
- python: 3.5
14-
PYYAML_VERSION: "<5"
14+
env: PYYAML_VERSION="<5" # so that we have at least one with the old version
1515
- python: 3.6
16-
PYYAML_VERSION: ""
16+
env: PYYAML_VERSION=""
1717
- python: 3.7
18-
PYYAML_VERSION: ""
18+
env: PYYAML_VERSION=""
1919
dist: xenial
2020
sudo: true
2121

0 commit comments

Comments
 (0)