summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-22 10:33:08 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-22 10:33:08 -0400
commit6a2cbee73441d51ccd83d27d2a093145e56e1cac (patch)
tree0dd70bb2ff434e813c0fb1eb302a50e59e012883
parent6062b69e27960be1f98883831ca1afc5b9495582 (diff)
downloadparamiko-6a2cbee73441d51ccd83d27d2a093145e56e1cac.tar.gz
Omit _winapi from coverage, as it won't be invoked on Unix and is tested upstream in jaraco.windows.
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 5e409001..1a8f89de 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,5 @@
[wheel]
universal = 1
+
+[coverage:run]
+omit = paramiko/_winapi.py