tox.ini: lock requirements

This commit is contained in:
Thomas Waldmann 2019-01-25 01:17:37 +01:00
parent 096c8b3499
commit bde45deaf5
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ envlist = py{34,35,36},flake8
# not really matter, should be just different from the toplevel dir.
changedir = {toxworkdir}
deps =
-rrequirements.d/development.txt
-rrequirements.d/development.lock.txt
-rrequirements.d/fuse.txt
commands = py.test -n {env:XDISTN:4} -rs --cov=borg --cov-config=../.coveragerc --benchmark-skip --pyargs {posargs:borg.testsuite}
# fakeroot -u needs some env vars: