Removed tox file

This commit is contained in:
Armin Ronacher 2012-10-07 16:08:13 +02:00
parent b6f37c40f8
commit 6e4015d624
2 changed files with 0 additions and 11 deletions

View file

@ -11,9 +11,6 @@ audit:
release:
python scripts/make-release.py
tox-test:
PYTHONDONTWRITEBYTECODE= tox
ext-test:
python tests/flaskext_test.py --browse

View file

@ -1,8 +0,0 @@
[tox]
envlist=py25,py26,py27,pypy
[testenv]
commands=python run-tests.py
[testenv:py25]
deps=simplejson