Skip to content

Commit

Permalink
deploy to pypi only on even minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
dangra committed Jul 9, 2014
1 parent ea8e444 commit 9b8e183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]\."

0 comments on commit 9b8e183

Please sign in to comment.