2012-05-16 16:54:12 -03:00
|
|
|
language: python
|
2013-11-07 04:02:46 -02:00
|
|
|
python: 2.7
|
2013-08-27 17:19:45 -03:00
|
|
|
env:
|
2013-12-17 11:58:46 -02:00
|
|
|
- TOXENV=py27
|
|
|
|
- TOXENV=precise
|
2014-03-28 13:53:53 -03:00
|
|
|
- TOXENV=py33
|
2015-05-14 20:42:34 -03:00
|
|
|
- TOXENV=docs
|
2012-05-16 16:54:12 -03:00
|
|
|
install:
|
2014-06-25 02:53:12 -03:00
|
|
|
- "./.travis-workarounds.sh"
|
|
|
|
- pip install -U tox
|
2013-11-07 05:01:32 -02:00
|
|
|
script: tox
|
2012-10-06 15:15:35 -03:00
|
|
|
notifications:
|
2013-12-17 11:58:46 -02:00
|
|
|
irc:
|
|
|
|
use_notice: true
|
|
|
|
skip_join: true
|
|
|
|
channels:
|
2014-06-25 02:53:12 -03:00
|
|
|
- irc.freenode.org#scrapy
|
|
|
|
deploy:
|
|
|
|
provider: pypi
|
|
|
|
distributions: "sdist bdist_wheel"
|
|
|
|
user: scrapy
|
|
|
|
password:
|
|
|
|
secure: JaAKcy1AXWXDK3LXdjOtKyaVPCSFoCGCnW15g4f65E/8Fsi9ZzDfmBa4Equs3IQb/vs/if2SVrzJSr7arN7r9Z38Iv1mUXHkFAyA3Ym8mThfABBzzcUWEQhIHrCX0Tdlx9wQkkhs+PZhorlmRS4gg5s6DzPaeA2g8SCgmlRmFfA=
|
|
|
|
on:
|
|
|
|
tags: true
|
|
|
|
all_branches: true
|
|
|
|
repo: scrapy/scrapy
|
2015-05-27 09:17:18 -03:00
|
|
|
condition: "$TOXENV == py27 && $TRAVIS_TAG =~ ^[0-9]+[.][0-9]+[.][0-9]+(rc[0-9]+)?$"
|