summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2010-02-09 21:27:54 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2010-02-09 21:27:54 +0100
commitb36ddc9a97c3f17b8f728707f0e61ec6cb49d148 (patch)
tree885a700b9ab68d6ab97fbc1bed8a61481c30dece /Makefile
parent9d8ff9e497248df574c63b578bf73f41fd4b621b (diff)
downloadjinja2-b36ddc9a97c3f17b8f728707f0e61ec6cb49d148.tar.gz
Removed old testsuite.
--HG-- branch : trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 3175693..60ca1d7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,4 @@
test:
- nosetests --with-doctest jinja2 tests
-
-2to3:
- rm -rf build/lib
- python3 setup.py build
+ python setup.py test
.PHONY: test