summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index fd04454..bd55dec 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,7 @@
PYTHON = python
FLAKE8 ?= flake8
SETUP = $(PYTHON) setup.py
-ifeq ($(shell $(PYTHON) -c "import sys; print(sys.version_info >= (2, 7))"),True)
TESTRUNNER ?= unittest
-else
-TESTRUNNER ?= unittest2.__main__
-endif
RUNTEST = PYTHONPATH=.:$(PYTHONPATH) $(PYTHON) -m $(TESTRUNNER)
DESTDIR=/