Skip to content

Commit bd70c4b

Browse files
committed
Fix travis CI deploy step
1 parent 8722e60 commit bd70c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ deploy:
6464
on:
6565
tags: true
6666
repo: scrapy/protego
67-
condition: "$TOXENV == py27 && $TRAVIS_TAG =~ ^[0-9]+[.][0-9]+[.][0-9]+(rc[0-9]+|[.]dev[0-9]+)?$"
67+
condition: "$TOXENV == py39 && $TRAVIS_TAG =~ ^[0-9]+[.][0-9]+[.][0-9]+(rc[0-9]+|[.]dev[0-9]+)?$"

0 commit comments

Comments
 (0)