From 6cf47443b1cb1cad5781a66f165ce3b348275a4b Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Tue, 7 Jan 2020 16:18:14 -0500 Subject: [PATCH] Update .travis.yml for 3.4 workaround We'll drop 3.4 support in our next major release but until then this should keep travis builds working. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d57fca7..08214fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ python: - "3.8" install: - pip install -U pip setuptools + # remove pyyaml line when we drop py3.4 support + - pip install "pyyaml<5.3" - pip install tox-travis pre-commit - pip install codecov script: