From 920346ea79b967673de226ee0ad971545b5d7b18 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 2 Aug 2017 01:32:37 -0300 Subject: Use python3 for tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 869e44ba..7a13f5cb 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ test: export GIT_COMMITTER_NAME=$$GIT_AUTHOR_NAME; \ export GIT_COMMITTER_EMAIL=$$GIT_AUTHOR_EMAIL; \ PYTHONPATH=. \ - python setup.py nosetests $(NOSE_OPTS) + python3 setup.py nosetests $(NOSE_OPTS) syntax-check: flake8 $(FLAKE_OPTS) -- cgit v1.2.3