Skip to content

Commit 38131ef

Browse files
authored
Add Python 3.7 to CI
1 parent ea0fc14 commit 38131ef

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,17 @@ python:
1212
- "pypy3.5"
1313

1414
env:
15-
- PYYAML_VERSION="3.12"
16-
- PYYAML_VERSION="4.1"
15+
- PYYAML_VERSION="3.13"
16+
# - PYYAML_VERSION="4.1" # this was pulled from the index (!) ..wtf, Ingy?
1717

1818
matrix:
1919
fast_finish: true
2020
allow_failures:
2121
- python: "nightly"
22+
include:
23+
- python: 3.7
24+
dist: xenial
25+
sudo: true
2226

2327
install:
2428
- pip install pyyaml~=$PYYAML_VERSION

0 commit comments

Comments
 (0)