mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-05-21 19:01:52 +00:00
python setup.py test
This commit is contained in:
parent
9c0c65e1b4
commit
162d86ee7b
2 changed files with 2 additions and 1 deletions
|
|
@ -15,6 +15,6 @@ install:
|
|||
- pip install testfixtures
|
||||
script:
|
||||
- python setup.py build
|
||||
- nosetests --with-coverage --cover-package=embed_video --cover-tests --cover-erase
|
||||
- python setup.py nosetests --verbosity 2 --with-coverage --cover-tests --cover-erase
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -32,4 +32,5 @@ setup(
|
|||
],
|
||||
keywords=['youtube', 'vimeo', 'video', 'soundcloud'],
|
||||
install_requires=['requests >= 1.2.3', 'Django >= 1.5'],
|
||||
test_suite='nose.collector',
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue