Browse Source

Removed tox file

pull/609/head
Armin Ronacher 12 years ago
parent
commit
6e4015d624
  1. 3
      Makefile
  2. 8
      tox.ini

3
Makefile

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

8
tox.ini

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