1
Fork 0

Updated tests and url

This commit is contained in:
Jake Howard 2015-10-19 13:07:00 +01:00
parent 42b46584e9
commit 8ce6c1e650
3 changed files with 1 additions and 4 deletions

View file

@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/TheOrangeOne/"
"url": "https://github.com/RealOrangeOne/theorangeone.net"
},
"dependencies": {
"bootstrap": "^3.3.5",

View file

@ -1,4 +1,3 @@
coverage==3.7.1
Django==1.8.3
dj-database-url==0.3.0
django-bootstrap-form==3.2

View file

@ -4,6 +4,4 @@ set -e
export PATH=env/bin:${PATH}
coverage run --source=project --omit='*/wsgi.py,*/settings.py,*/migrations/*.py,*__init__*,*/tests.py' manage.py test $@
flake8 project --ignore=E128,E501 --exclude="migrations,settings,*/wsgi.py"
coverage report