From 3cce22597cf2c79b16fbc0faef9406ee8521e044 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Fri, 19 Apr 2019 17:40:40 +0100 Subject: [PATCH 1/2] travis ci: add python 3.7 --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index d80c98a7..a07c4ace 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 From bbb119f2523e5d79137eab14e05177c93ecf3500 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Fri, 19 Apr 2019 17:46:29 +0100 Subject: [PATCH 2/2] use pyyaml 5.1 in requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fce90762..6faff433 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