Sfoglia il codice sorgente

skip the benchmarks by default, especially on travis

Thomas Waldmann 9 anni fa
parent
commit
894546c3fe
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tox.ini

+ 1 - 1
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 = *