mirror of https://github.com/scrapy/scrapy.git
add travis-ci build configuration file
This commit is contained in:
parent
b4f368c37e
commit
8376d95ce8
|
|
@ -0,0 +1,8 @@
|
|||
language: python
|
||||
python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
install:
|
||||
- pip install . --use-mirrors
|
||||
script:
|
||||
- trial scrapy
|
||||
Loading…
Reference in New Issue