2015-07-13 16:45:49 +00:00
|
|
|
# tox configuration - if you change anything here, run this to verify:
|
|
|
|
# fakeroot -u tox --recreate
|
|
|
|
|
2013-06-24 11:53:02 +00:00
|
|
|
[tox]
|
2015-10-01 13:03:41 +00:00
|
|
|
envlist = py{32,33,34,35}
|
2013-06-24 11:53:02 +00:00
|
|
|
|
|
|
|
[testenv]
|
2015-07-13 16:45:49 +00:00
|
|
|
# Change dir to avoid import problem for cython code. The directory does
|
|
|
|
# not really matter, should be just different from the toplevel dir.
|
|
|
|
changedir = {toxworkdir}
|
2015-10-01 04:51:19 +00:00
|
|
|
deps =
|
|
|
|
-rrequirements.d/development.txt
|
2015-10-01 13:03:41 +00:00
|
|
|
attic
|
2015-11-01 21:36:18 +00:00
|
|
|
commands = py.test --cov=borg --cov-config=../.coveragerc --benchmark-skip --pyargs {posargs:borg.testsuite}
|
2015-07-13 16:45:49 +00:00
|
|
|
# fakeroot -u needs some env vars:
|
|
|
|
passenv = *
|