From 0352d8f2f437bd5a3b8b95a60123d28de759007b Mon Sep 17 00:00:00 2001 From: rishabh-bhargava Date: Mon, 4 Jan 2021 03:38:44 -0800 Subject: [PATCH] Testing out a change with Travis config to stop Python3.6 CI failures --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8cbfa80..a06a683 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ python: - "3.7" - "3.8" before_install: + - pip install --upgrade pip - pip install pipenv --upgrade script: - pipenv install --dev