From: Thomas Fillon Date: Fri, 24 Oct 2014 19:28:16 +0000 (+0200) Subject: Travis: Update Pip X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f8fa82778fa02b950acb770f970e75bcc0a2cb0d;p=timeside-diadems.git Travis: Update Pip --- 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: