1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 17:43:57 +00:00
scrapy/.travis.yml

12 lines
199 B
YAML
Raw Normal View History

2012-05-16 16:54:12 -03:00
language: python
python:
- 2.6
- 2.7
env:
- BUILDENV=lucid
- BUILDENV=latest
2012-05-16 16:54:12 -03:00
install:
- pip install --use-mirrors -r .travis/requirements-$BUILDENV.txt
2012-05-16 16:54:12 -03:00
script:
- trial scrapy