]> git.parisson.com Git - telemeta.git/commitdiff
Travis setup: pip install TimeSide from Github rather than Pypi
authorThomas Fillon <thomas@parisson.com>
Thu, 17 Mar 2016 16:15:00 +0000 (17:15 +0100)
committerThomas Fillon <thomas@parisson.com>
Thu, 17 Mar 2016 16:44:54 +0000 (17:44 +0100)
.travis.yml

index b3168c92cb4468d91e70642b64e93eeb340a58f9..e41a200b814de4a1c350ee64b2018844b71eec55 100644 (file)
@@ -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