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