mirror of https://github.com/scrapy/scrapy.git
add precise to travis-ci build enviroments
This commit is contained in:
parent
3096e46401
commit
e77e4b5f6e
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
pyOpenSSL==0.12
|
||||
lxml==2.3.2
|
||||
twisted==11.1.0
|
||||
boto==2.2.2
|
||||
.
|
||||
Loading…
Reference in New Issue