deploy to pypi only on even minor version

This commit is contained in:
Daniel Graña 2014-07-09 02:50:12 -03:00
parent ea8e444bd6
commit 9b8e1836c8
1 changed files with 1 additions and 1 deletions

View File

@ -32,4 +32,4 @@ deploy:
tags: true
all_branches: true
repo: scrapy/scrapy
condition: $TOXENV = py27
condition: "$TOXENV == py27 && $TRAVIS_TAG =~ ^[0-9]\.[0-9]*[02468]\."