Skip to content

Commit

Permalink
fix pypi deployment version match
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-bagerard committed Dec 24, 2019
1 parent bd88a17 commit 62c8597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ deploy:
on:
tags: true
repo: MongoEngine/mongoengine
condition: ($PYMONGO = ${PYMONGO_3_6}) && ($MONGODB = ${MONGODB_3_4})
condition: ($PYMONGO = ${PYMONGO_3_9}) && ($MONGODB = ${MONGODB_3_4})
python: 2.7

0 comments on commit 62c8597

Please sign in to comment.