From 5c34aa4ec384c25056b76e71cae9afabd00f793b Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sat, 16 Jun 2012 07:32:18 -0700 Subject: Add the running of 2to3 via the makefile. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0a73f987..783ebd76 100644 --- a/Makefile +++ b/Makefile @@ -12,5 +12,8 @@ pyflakes: test: nosetests tests/unittests/ -.PHONY: test pylint pyflakes +2to3: + 2to3 $(PY_FILES) + +.PHONY: test pylint pyflakes 2to3 -- cgit v1.2.3