mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-21 14:20:31 -04:00
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:
parent
c453a31798
commit
c3e84cc490
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue