mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-05-17 17:11:07 +00:00
Merge commit '1040bb1a60b796885de5860e254d210fbacbed18'
This commit is contained in:
commit
1b9db71681
3 changed files with 5 additions and 2 deletions
3
.coveragerc
Normal file
3
.coveragerc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[run]
|
||||
source = .
|
||||
omit = build/*
|
||||
|
|
@ -10,6 +10,6 @@ install:
|
|||
- pip install mock --use-mirrors
|
||||
- pip install south --use-mirrors
|
||||
script:
|
||||
- coverage run --source=embed_video setup.py test
|
||||
- coverage run setup.py test
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
|
|||
|
|
@ -15,5 +15,5 @@ Run tests with coverage:
|
|||
|
||||
::
|
||||
|
||||
coverage run --source=embed_video setup.py test
|
||||
coverage run setup.py test
|
||||
coverage report
|
||||
|
|
|
|||
Loading…
Reference in a new issue