Skip to content

Commit

Permalink
Add Python 3.7 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn committed Aug 15, 2018
1 parent ea0fc14 commit 38131ef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@ python:
- "pypy3.5"

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

matrix:
fast_finish: true
allow_failures:
- python: "nightly"
include:
- python: 3.7
dist: xenial
sudo: true

install:
- pip install pyyaml~=$PYYAML_VERSION
Expand Down

0 comments on commit 38131ef

Please sign in to comment.