summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-09-06 16:33:22 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-09-06 16:33:47 -0400
commit728ffae25134b6d68be7567803ed8310a18a86a6 (patch)
tree5e8a3a578b30c5fb72245bd35bfdf6345ed2703d /tox.ini
parenta0c08653bfa1b9f5a3b86595dfcd015eac8f7fca (diff)
[tests] factor out the common pieces to keymanager.testing
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 33fa20f2..0da75a68 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ envlist = py27
commands = py.test --cov-report=html \
--cov-report=term \
--cov=leap.bitmask \
+ -k 'not bench' \
--pep8 {posargs}
deps =
mock