summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck2
-rw-r--r--without-tests2
2 files changed, 4 insertions, 0 deletions
diff --git a/check b/check
index f4c6167..ea5fe63 100755
--- a/check
+++ b/check
@@ -2,6 +2,8 @@
set -eu
+python -m CoverageTestRunner distixapi --ignore-missing-from=without-tests
+
yarn yarns/*.yarn \
--shell python2 \
--shell-arg '' \
diff --git a/without-tests b/without-tests
new file mode 100644
index 0000000..79608c9
--- /dev/null
+++ b/without-tests
@@ -0,0 +1,2 @@
+distixapi/__init__.py
+distixapi/version.py