blob: 31756939a36f31aa887f3fc6ef29100b2def319d [file] [log] [blame]
test:
nosetests --with-doctest jinja2 tests
2to3:
rm -rf build/lib
python3 setup.py build
.PHONY: test