added basic tox testing setup

This commit is contained in:
Evgeny Fadeev 2011-03-29 00:52:33 -04:00
parent 96a9863db2
commit 3bf0561b43
2 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
include ez_setup.py
include tox.ini
recursive-include askbot *
recursive-exclude askbot *.pyc
recursive-exclude .git

4
tox.ini Normal file
View File

@ -0,0 +1,4 @@
[tox]
envlist=py26,py25,py27
[testenv]
commands=python manage.py test askbot