fix travis install to process dependency links also

currently needed for installing blosc from github repo
This commit is contained in:
Thomas Waldmann 2015-04-01 12:44:05 +02:00
parent 00935085fd
commit 64813ebd74

View file

@ -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