summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-10-19 11:47:24 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2015-10-19 11:47:24 +0200
commit894546c3fe0b12ad9f18dd0b5898ae97503e4b8f (patch)
treef1833c13b821c3d705fd2a9949c08872b73d4d41 /tox.ini
parent79482a1c46d5120bb84e30ab94c55dd165c8b168 (diff)
skip the benchmarks by default, especially on travis
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a9ccb5e04..c260b5063 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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 = *