From 728ffae25134b6d68be7567803ed8310a18a86a6 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 6 Sep 2016 16:33:22 -0400 Subject: [tests] factor out the common pieces to keymanager.testing --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 33fa20f..0da75a6 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 -- cgit v1.2.3