Archived
1
0

A little typo

This commit is contained in:
Jip J. Dekker 2014-06-04 20:35:36 +02:00
parent 7a2ba29e77
commit 90b8ac3285

View File

@ -6,7 +6,7 @@ python: 2.7
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install Scrapy docopt
- pip install coverall
- pip install coveralls
# command to run tests, e.g. python setup.py test
script: