forked from orbit-oss/flask
Removed tox file
This commit is contained in:
parent
b6f37c40f8
commit
6e4015d624
2 changed files with 0 additions and 11 deletions
3
Makefile
3
Makefile
|
|
@ -11,9 +11,6 @@ audit:
|
||||||
release:
|
release:
|
||||||
python scripts/make-release.py
|
python scripts/make-release.py
|
||||||
|
|
||||||
tox-test:
|
|
||||||
PYTHONDONTWRITEBYTECODE= tox
|
|
||||||
|
|
||||||
ext-test:
|
ext-test:
|
||||||
python tests/flaskext_test.py --browse
|
python tests/flaskext_test.py --browse
|
||||||
|
|
||||||
|
|
|
||||||
8
tox.ini
8
tox.ini
|
|
@ -1,8 +0,0 @@
|
||||||
[tox]
|
|
||||||
envlist=py25,py26,py27,pypy
|
|
||||||
|
|
||||||
[testenv]
|
|
||||||
commands=python run-tests.py
|
|
||||||
|
|
||||||
[testenv:py25]
|
|
||||||
deps=simplejson
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue