From 9c114323541dcf6d4d5a4859ce77022bd92a44f4 Mon Sep 17 00:00:00 2001 From: Krasjet Date: Wed, 12 Feb 2020 01:21:15 -0500 Subject: [PATCH] fix build, attempt 3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b27528c..d227d83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - - 3.7 + - 3.4 install: - pip install PyYAML==5.1.2