From f8fa82778fa02b950acb770f970e75bcc0a2cb0d Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Fri, 24 Oct 2014 21:28:16 +0200 Subject: [PATCH] Travis: Update Pip --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eb204db..24da09e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,12 +16,13 @@ before_install: # command to install dependencies install: # - "pip install -r requirements.txt --use-mirrors" +- pip install -U pip - python setup.py install # command to run tests before_script: -- pip install coverage -U +- pip install -U coverage - pip install coveralls script: -- 2.39.5