]> git.parisson.com Git - telemeta.git/commitdiff
Travis: pip 1.5 does not allow dependency-links by default
authorThomas Fillon <thomas@parisson.com>
Thu, 20 Nov 2014 13:56:25 +0000 (14:56 +0100)
committerThomas Fillon <thomas@parisson.com>
Thu, 20 Nov 2014 13:56:25 +0000 (14:56 +0100)
Quoting Pip changelog:
    BACKWARD INCOMPATIBLE pip no longer respects dependency links by default. Users may opt into respecting them again using --process-dependency-links.

.travis.yml

index 412782ca098570d1b837f189ff63c3ad341daba5..0cbbe1f8f0584545453004b99a42ea75b520f243 100644 (file)
@@ -19,7 +19,7 @@ before_install:
 # command to install dependencies
 install:
  - pip install -U --no-deps timeside 
- - pip install -e . 
+ - pip install --process-dependency-links -e . 
 
 # command to run tests
 before_script: