Archived
1
0

Added coverage

This commit is contained in:
Jip J. Dekker 2014-06-04 20:17:30 +02:00
parent c111e81dc2
commit 7a2ba29e77

View File

@ -6,10 +6,14 @@ python: 2.7
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install Scrapy docopt
- pip install coverall
# command to run tests, e.g. python setup.py test
script:
- nosetests tests
- nosetests --with-coverage --cover-package=FourmiCrawler tests
notifications:
slack: descartes2:6sgCzx3PvrO9IIMwKxj12dDM
slack: descartes2:6sgCzx3PvrO9IIMwKxj12dDM
after_succes:
coveralls