Răsfoiți Sursa

fix travis install to process dependency links also

currently needed for installing blosc from github repo
Thomas Waldmann 10 ani în urmă
părinte
comite
64813ebd74
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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