diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-22 10:33:08 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-22 10:33:08 -0400 |
commit | 6a2cbee73441d51ccd83d27d2a093145e56e1cac (patch) | |
tree | 0dd70bb2ff434e813c0fb1eb302a50e59e012883 | |
parent | 6062b69e27960be1f98883831ca1afc5b9495582 (diff) |
Omit _winapi from coverage, as it won't be invoked on Unix and is tested upstream in jaraco.windows.
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,2 +1,5 @@ [wheel] universal = 1 + +[coverage:run] +omit = paramiko/_winapi.py |