From: Daniel Neuhäuser Date: Sat, 18 May 2013 10:29:58 +0000 (+0200) Subject: Add tox configuration X-Git-Tag: 2.7~80^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69b4b0a6b5432017343743044c672ff2d1b1b9db;p=thirdparty%2Fjinja.git Add tox configuration --- diff --git a/tox.ini b/tox.ini new file mode 100644 index 00000000..ffd4b873 --- /dev/null +++ b/tox.ini @@ -0,0 +1,5 @@ +[tox] +envlist = py26, py27, pypy, py33 + +[testenv] +commands = python setup.py test