skip the benchmarks by default, especially on travis

This commit is contained in:
Thomas Waldmann 2015-10-19 11:47:24 +02:00
parent 79482a1c46
commit 894546c3fe
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ changedir = {toxworkdir}
deps =
-rrequirements.d/development.txt
attic
commands = py.test --cov=borg --pyargs {posargs:borg.testsuite}
commands = py.test --cov=borg --benchmark-skip --pyargs {posargs:borg.testsuite}
# fakeroot -u needs some env vars:
passenv = *