Skip to content

Commit 62c8597

Browse files
committed
fix pypi deployment version match
1 parent bd88a17 commit 62c8597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ deploy:
110110
on:
111111
tags: true
112112
repo: MongoEngine/mongoengine
113-
condition: ($PYMONGO = ${PYMONGO_3_6}) && ($MONGODB = ${MONGODB_3_4})
113+
condition: ($PYMONGO = ${PYMONGO_3_9}) && ($MONGODB = ${MONGODB_3_4})
114114
python: 2.7

0 commit comments

Comments
 (0)