--source is redundant

This commit is contained in:
Juda Kaleta 2013-08-22 12:55:50 +02:00
parent 9aff3bd210
commit 1040bb1a60

View file

@ -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