borgbackup/tox.ini

19 lines
441 B
INI
Raw Permalink Normal View History

# tox configuration - if you change anything here, run this to verify:
# fakeroot -u tox --recreate
2013-06-24 07:53:02 -04:00
[tox]
2016-05-21 13:24:18 -04:00
envlist = py{34,35,36},flake8
2013-06-24 07:53:02 -04:00
[testenv]
deps =
-rrequirements.d/development.txt
-rrequirements.d/attic.txt
commands = py.test --cov=borg --cov-config=.coveragerc --benchmark-skip --pyargs {posargs:borg.testsuite}
# fakeroot -u needs some env vars:
passenv = *
2016-01-30 16:01:27 -05:00
[testenv:flake8]
changedir =
deps = flake8
commands = flake8