Merge branch 'master' into makecov
This commit is contained in:
commit
4cd0299aff
126 changed files with 2799 additions and 1474 deletions
8
Makefile
8
Makefile
|
|
@ -3,12 +3,8 @@
|
|||
all: clean-pyc test
|
||||
|
||||
test:
|
||||
pip install -r test-requirements.txt -q
|
||||
FLASK_DEBUG= py.test tests examples
|
||||
|
||||
tox-test:
|
||||
pip install -r test-requirements.txt -q
|
||||
tox
|
||||
pip install -r test-requirements.txt
|
||||
tox -e py-release
|
||||
|
||||
cov:
|
||||
pip install -r test-requirements.txt -q
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue