From f9136f17032a37294fb35ea92810b685b43d7785 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Tue, 23 Apr 2019 08:41:45 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6762352..b881657 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ matrix: install: # Upgrade pip setuptools and wheel -- pip install -U pip wheel setuptools +- pip install -U "pip<19" wheel setuptools "reentry>=1.3" - | if [[ "$TEST_TYPE" == "code-style" ]]; then pip install "flake8<3.8.0,>=3.7.0"