@ -7,3 +7,4 @@ dist
*.egg
*.egg-info
_mailinglist
.tox
@ -5,6 +5,9 @@ all: clean-pyc test
test:
python setup.py test
tox-test:
PYTHONDONTWRITEBYTECODE= tox
ext-test:
python tests/flaskext_test.py --browse
@ -0,0 +1,5 @@
[tox]
envlist=py25,py26,py27
[testenv]
commands=make test