1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 11:03:54 +00:00

add precise to travis-ci build enviroments

This commit is contained in:
Daniel Graña 2012-05-17 09:03:28 -03:00
parent 3096e46401
commit e77e4b5f6e
2 changed files with 7 additions and 1 deletions

View File

@ -4,8 +4,9 @@ python:
- 2.7
env:
- BUILDENV=lucid
- BUILDENV=precise
- BUILDENV=latest
install:
- pip install --use-mirrors -r .travis/requirements-$BUILDENV.txt
script:
- trial scrapy
- trial scrapy scrapyd

View File

@ -0,0 +1,5 @@
pyOpenSSL==0.12
lxml==2.3.2
twisted==11.1.0
boto==2.2.2
.