mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
--source is redundant
This commit is contained in:
parent
9aff3bd210
commit
1040bb1a60
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue