borg/tox.ini

21 lines
509 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{36,37,38,39},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 -v -n {env:XDISTN:1} -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
pkgconfig
2016-11-14 20:50:20 +00:00
commands = flake8 src scripts conftest.py