mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Fixes #38
This commit is contained in:
parent
9d4a33f0cd
commit
593a78930e
1 changed files with 1 additions and 1 deletions
|
|
@ -15,6 +15,6 @@ install:
|
|||
- pip install testfixtures
|
||||
script:
|
||||
- python setup.py build
|
||||
- python setup.py nosetests --verbosity 2 --with-coverage --cover-tests --cover-erase
|
||||
- PYTHONHASHSEED=0 python setup.py nosetests --verbosity 2 --with-coverage --cover-tests --cover-erase
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
|
|||
Loading…
Reference in a new issue