From dce4cd9ba7da34a9595d8b25607e7d4328314bcb Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Mon, 17 Nov 2014 15:53:31 +0100 Subject: [PATCH] Travis: do not update TimeSide dependencies --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5