summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--without-tests1
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4f8453b..4db3341 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
all:
check:
- python -m CoverageTestRunner --ignore-missing-from without-tests
+ python -m CoverageTestRunner
rm .coverage
clean:
diff --git a/without-tests b/without-tests
deleted file mode 100644
index afe6e47..0000000
--- a/without-tests
+++ /dev/null
@@ -1 +0,0 @@
-./setup.py