minecraftcodex/tox.ini

10 lines
125 B
INI

[tox]
envlist = py27, py33
[testenv]
commands = {envpython} -m unittest discover
deps =
Django==1.5.1
jingo==0.6.1