Skip to content

Commit b070e7d

Browse files
committed
Fix travis's pypi release trigger
1 parent d074194 commit b070e7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ deploy:
9191
distributions: "sdist bdist_wheel"
9292

9393
# only deploy on tagged commits (aka GitHub releases) and only for the
94-
# parent repo's builds running Python 2.7 along with PyMongo v3.0 (we run
94+
# parent repo's builds running Python 2.7 along with PyMongo v3.x (we run
9595
# Travis against many different Python and PyMongo versions and we don't
9696
# want the deploy to occur multiple times).
9797
on:
9898
tags: true
9999
repo: MongoEngine/mongoengine
100-
condition: "$PYMONGO = 3.0"
100+
condition: "$PYMONGO = 3.x"
101101
python: 2.7

0 commit comments

Comments
 (0)