diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-06 16:33:22 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-06 16:33:47 -0400 |
commit | 728ffae25134b6d68be7567803ed8310a18a86a6 (patch) | |
tree | 5e8a3a578b30c5fb72245bd35bfdf6345ed2703d /tox.ini | |
parent | a0c08653bfa1b9f5a3b86595dfcd015eac8f7fca (diff) |
[tests] factor out the common pieces to keymanager.testing
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |