From 9c64032e4ab2c0a5b031641cca9bfc0459c15a97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Mattrat?= Date: Fri, 15 Apr 2016 13:02:13 +0200 Subject: removed unused/useless statements --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2c92fc3..0852cfd 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SETUP = $(PYTHON) setup.py ifeq ($(shell $(PYTHON) -c "import sys; print(sys.version_info >= (2, 7))"),True) TESTRUNNER ?= unittest else -TESTRUNNER ?= unittest.__main__ +TESTRUNNER ?= unittest2.__main__ endif RUNTEST = PYTHONPATH=.:$(PYTHONPATH) $(PYTHON) -m $(TESTRUNNER) -- cgit v1.2.1