From: Thomas Fillon Date: Mon, 17 Nov 2014 15:03:45 +0000 (+0100) Subject: Travis: fix pip command X-Git-Tag: 1.5.0rc1~27^2~14 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e6315f17ba680cbe8ae6a4cee89572c0d55e53b8;p=telemeta.git Travis: fix pip command --- diff --git a/.travis.yml b/.travis.yml index 6056b1fe..ec548646 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_install: # command to install dependencies install: - - pip install -U timeside --nodeps + - pip install -U --no-deps timeside - pip install -e . # command to run tests