borg/tox.ini

19 lines
485 B
INI
Raw Normal View History

# tox configuration - if you change anything here, run this to verify:
# fakeroot -u tox --recreate
2013-06-24 11:53:02 +00:00
[tox]
envlist = py{35,36,37},flake8
2013-06-24 11:53:02 +00:00
[testenv]
deps =
-rrequirements.d/development.txt
2016-08-21 17:27:23 +00:00
-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:
passenv = *
2016-01-30 21:01:27 +00:00
[testenv:flake8]
changedir =
deps = flake8
2016-11-14 20:50:20 +00:00
commands = flake8 src scripts conftest.py