fix travis
This commit is contained in:
parent
b164134c2a
commit
2fca8a23ac
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ language: python
|
|||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
install: pip install scrapelib pymongo nose --use-mirrors
|
||||
install: pip install scrapelib pymongo nose celery --use-mirrors
|
||||
script: nosetests
|
||||
notifications:
|
||||
email:
|
||||
|
|
Loading…
Reference in a new issue