Travis CI (hopefully working settings)
This commit is contained in:
parent
c3d2bf92e5
commit
704c5c25de
@ -5,11 +5,8 @@ python: 2.7
|
|||||||
|
|
||||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||||
install:
|
install:
|
||||||
- pip install flake8 Scrapy docopt
|
- pip install Scrapy docopt
|
||||||
|
|
||||||
# command to run tests, e.g. python setup.py test
|
# command to run tests, e.g. python setup.py test
|
||||||
script:
|
script:
|
||||||
- nosetests tests
|
- nosetests tests
|
||||||
- make lint
|
|
||||||
|
|
||||||
after_success: coveralls
|
|
Reference in New Issue
Block a user