borg/tox.ini

19 lines
440 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]
2016-05-21 17:24:18 +00:00
envlist = py{34,35,36},flake8
2013-06-24 11:53:02 +00: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 21:01:27 +00:00
[testenv:flake8]
changedir =
deps = flake8
2016-07-27 13:12:52 +00:00
commands = flake8