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:
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
|
||||
|
5
.travis/requirements-precise.txt
Normal file
5
.travis/requirements-precise.txt
Normal file
@ -0,0 +1,5 @@
|
||||
pyOpenSSL==0.12
|
||||
lxml==2.3.2
|
||||
twisted==11.1.0
|
||||
boto==2.2.2
|
||||
.
|
Loading…
x
Reference in New Issue
Block a user