Archived
1
0

Travis CI (hopefully working settings)

This commit is contained in:
Jip J. Dekker 2014-06-04 12:51:15 +02:00
parent c3d2bf92e5
commit 704c5c25de

View File

@ -5,11 +5,8 @@ python: 2.7
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install flake8 Scrapy docopt
- pip install Scrapy docopt
# command to run tests, e.g. python setup.py test
script:
- nosetests tests
- make lint
after_success: coveralls
- nosetests tests