From cb73a02bde46e72948521665d05369250447dcb8 Mon Sep 17 00:00:00 2001 From: Florian Mounier Date: Mon, 4 Jul 2016 14:42:40 +0200 Subject: [PATCH] Add --upgrade to ci pip --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 58845f1..f16271a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: - 3.5 install: - - pip install -e .[test] + - pip install --upgrade -e .[test] script: - python setup.py test