mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-22 17:24:04 +00:00
Match dot using character class (avoids escaping headaches)
This commit is contained in:
parent
8d5c2fe30b
commit
6e04c0b388
@ -32,4 +32,4 @@ deploy:
|
||||
tags: true
|
||||
all_branches: true
|
||||
repo: scrapy/scrapy
|
||||
condition: "$TOXENV == py27 && $TRAVIS_TAG =~ ^[0-9]\\.[0-9]*[02468]\\."
|
||||
condition: "$TOXENV == py27 && $TRAVIS_TAG =~ ^[0-9][.][0-9]*[02468][.]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user