Biggest change to Jinja since the 1.x migration: added evaluation contexts
[jinja2.git] / Makefile
index 64f448a9cd73a4248dfe613589bcd6d6d97f69fd..60ca1d7a081afce88003b1f47d76fcfcbe5e0c04 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,4 @@
-#
-# Jinja Makefile
-# ~~~~~~~~~~~~~~
-#
-# Shortcuts for various tasks.
-#
-# :copyright: 2007 by Armin Ronacher.
-# :license: BSD, see LICENSE for more details.
-#
-
 test:
-       @(cd tests; py.test $(TESTS))
+       python setup.py test
+
+.PHONY: test