Updated tests and url
This commit is contained in:
parent
42b46584e9
commit
8ce6c1e650
3 changed files with 1 additions and 4 deletions
|
@ -18,7 +18,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://bitbucket.org/TheOrangeOne/"
|
"url": "https://github.com/RealOrangeOne/theorangeone.net"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "^3.3.5",
|
"bootstrap": "^3.3.5",
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
coverage==3.7.1
|
|
||||||
Django==1.8.3
|
Django==1.8.3
|
||||||
dj-database-url==0.3.0
|
dj-database-url==0.3.0
|
||||||
django-bootstrap-form==3.2
|
django-bootstrap-form==3.2
|
||||||
|
|
2
runtests
2
runtests
|
@ -4,6 +4,4 @@ set -e
|
||||||
|
|
||||||
export PATH=env/bin:${PATH}
|
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"
|
flake8 project --ignore=E128,E501 --exclude="migrations,settings,*/wsgi.py"
|
||||||
coverage report
|
|
||||||
|
|
Reference in a new issue