From 03389a5af0706033403b70dabebc4aec71e75bd8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 1 Sep 2017 20:50:12 -0400 Subject: [PATCH] try this Signed-off-by: Kenneth Reitz --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b408c169..9b1ca12b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ python: # command to install dependencies install: - - "pip install -e ." + - "pip install -e . --upgrade" - "pipenv install --dev --skip-lock" # command to run tests script: