Added tox.ini

This commit is contained in:
David Jean Louis 2013-02-26 00:06:23 +01:00
parent 8ba35903ec
commit e5f531c0a5
1 changed files with 17 additions and 0 deletions

17
tox.ini Normal file
View File

@ -0,0 +1,17 @@
[tox]
envlist = py26, py27
[testenv:py26]
deps =
south
django==1.3.5
[testenv:py27]
deps =
south
django==1.4.3
[testenv]
commands =
python -V
./runtests.sh