We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d074194 commit b070e7dCopy full SHA for b070e7d
.travis.yml
@@ -91,11 +91,11 @@ deploy:
91
distributions: "sdist bdist_wheel"
92
93
# 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
+ # parent repo's builds running Python 2.7 along with PyMongo v3.x (we run
95
# Travis against many different Python and PyMongo versions and we don't
96
# want the deploy to occur multiple times).
97
on:
98
tags: true
99
repo: MongoEngine/mongoengine
100
- condition: "$PYMONGO = 3.0"
+ condition: "$PYMONGO = 3.x"
101
python: 2.7
0 commit comments