From: Thomas Fillon Date: Thu, 17 Mar 2016 16:15:00 +0000 (+0100) Subject: Travis setup: pip install TimeSide from Github rather than Pypi X-Git-Tag: 1.6b~1^2~14^2~5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e9f97ee40bcf9f11da46fd0a5f7656aaff7b1e89;p=telemeta.git Travis setup: pip install TimeSide from Github rather than Pypi --- 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