From e9f97ee40bcf9f11da46fd0a5f7656aaff7b1e89 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 17 Mar 2016 17:15:00 +0100 Subject: [PATCH] Travis setup: pip install TimeSide from Github rather than Pypi --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b3168c92..e41a200b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,8 @@ before_install: # command to install dependencies install: - - pip install -U --no-deps timeside + #- pip install -U --no-deps timeside + - pip install --no-deps git+git://github.com/Parisson/TimeSide.git - pip install --process-dependency-links -e . # command to run tests -- 2.39.5