From 6affbb78df26046d13f502a882c4ce55decb47f4 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Fri, 19 Apr 2019 17:52:06 +0100 Subject: [PATCH] Add python3.7 to travis environments (#189) * travis ci: add python 3.7 * use pyyaml 5.1 in requirements.txt --- .travis.yml | 5 +++++ requirements.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d80c98a..a07c4ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,11 @@ python: - "3.4" - "3.5" - "3.6" +matrix: + include: + - python: 3.7 + dist: xenial + sudo: true install: - make init - pip install coveralls diff --git a/requirements.txt b/requirements.txt index fce9076..6faff43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ pytest==3.2.1 pytest-cov==2.5.1 mock==1.3.0 nose==1.3.7 -PyYAML==3.11 +PyYAML==5.1 vcrpy==1.7.4 sphinx==1.3.5