summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2021-01-18 02:01:33 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2021-01-18 02:01:33 +0000
commit7598100e8041ca182973c17813a0141c716959c8 (patch)
tree7881e92150ab3d622d1a85bbb4070fd55db0dcb7 /Makefile
parentc093fc18d834f0545f186a84a11c58d8696f6e47 (diff)
downloadpython-fastimport-git-7598100e8041ca182973c17813a0141c716959c8.tar.gz
Drop python 2 support.
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=/