tox: make pip install process dependency_links

needed as long as we need the git version of python-blosc, should be fixed soon by python-blosc 1.2.5.
This commit is contained in:
Thomas Waldmann 2015-04-01 01:14:51 +02:00
parent c453a31798
commit c3e84cc490

View file

@ -4,6 +4,7 @@ envlist = py32, py33, py34
[testenv]
# Change dir to avoid import problem
changedir = docs
install_command = pip install --process-dependency-links {opts} {packages}
commands = {envpython} -m attic.testsuite.run -bv []
[testenv:py32]