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