mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-23 10:43:44 +00:00
9 lines
115 B
YAML
9 lines
115 B
YAML
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
install:
|
|
- pip install . --use-mirrors
|
|
script:
|
|
- trial scrapy
|