1
Fork 0

Added package builds and tests

This commit is contained in:
Jake Howard 2015-12-10 21:27:03 +00:00
parent e072c823af
commit 8df1a27f96
2 changed files with 4 additions and 0 deletions

View File

@ -4,3 +4,5 @@ set -e
pyvenv-3.4 env
env/bin/pip install -r requirements.txt --upgrade
python setup.py build install

View File

@ -8,3 +8,5 @@ coverage run --source=django_client_reverse manage.py test $@
flake8 django_client_reverse --ignore=E128,E501,E401
coverage html
coverage report
python setup.py check