forked from orbit-oss/flask
Added release script
This commit is contained in:
parent
ab6bac111c
commit
3d146548c7
4 changed files with 144 additions and 4 deletions
6
Makefile
6
Makefile
|
|
@ -8,15 +8,15 @@ test:
|
|||
audit:
|
||||
python setup.py audit
|
||||
|
||||
release:
|
||||
python scripts/make-release.py
|
||||
|
||||
tox-test:
|
||||
PYTHONDONTWRITEBYTECODE= tox
|
||||
|
||||
ext-test:
|
||||
python tests/flaskext_test.py --browse
|
||||
|
||||
release:
|
||||
python setup.py release sdist upload
|
||||
|
||||
clean-pyc:
|
||||
find . -name '*.pyc' -exec rm -f {} +
|
||||
find . -name '*.pyo' -exec rm -f {} +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue