]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Add tox configuration 212/head
authorDaniel Neuhäuser <dasdasich@gmail.com>
Sat, 18 May 2013 10:29:58 +0000 (12:29 +0200)
committerDaniel Neuhäuser <dasdasich@gmail.com>
Sat, 18 May 2013 10:29:58 +0000 (12:29 +0200)
tox.ini [new file with mode: 0644]

diff --git a/tox.ini b/tox.ini
new file mode 100644 (file)
index 0000000..ffd4b87
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,5 @@
+[tox]
+envlist = py26, py27, pypy, py33
+
+[testenv]
+commands = python setup.py test