Added package builds and tests
This commit is contained in:
parent
e072c823af
commit
8df1a27f96
2 changed files with 4 additions and 0 deletions
|
@ -4,3 +4,5 @@ set -e
|
||||||
|
|
||||||
pyvenv-3.4 env
|
pyvenv-3.4 env
|
||||||
env/bin/pip install -r requirements.txt --upgrade
|
env/bin/pip install -r requirements.txt --upgrade
|
||||||
|
|
||||||
|
python setup.py build install
|
||||||
|
|
|
@ -8,3 +8,5 @@ coverage run --source=django_client_reverse manage.py test $@
|
||||||
flake8 django_client_reverse --ignore=E128,E501,E401
|
flake8 django_client_reverse --ignore=E128,E501,E401
|
||||||
coverage html
|
coverage html
|
||||||
coverage report
|
coverage report
|
||||||
|
|
||||||
|
python setup.py check
|
||||||
|
|
Reference in a new issue