summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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