ソースを参照

fix travis install to process dependency links also

currently needed for installing blosc from github repo
Thomas Waldmann 10 年 前
コミット
64813ebd74
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -7,6 +7,6 @@ python:
 install:
   - "sudo apt-get install -y libacl1-dev"
   - "pip install --use-mirrors Cython"
-  - "pip install -e ."
+  - "pip install --process-dependency-links -e ."
 # command to run tests
 script: fakeroot -u python -m attic.testsuite.run -vb