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
|
||||
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
|
Reference in New Issue
Block a user