Skip to content

Commit

Permalink
tweak .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcikstefan committed Feb 16, 2017
1 parent 066e857 commit c8ec879
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ deploy:
user: wojcikstefan
password:
secure: ZShEfSeu1pUHPGWtO5JAERp3nkG1omFIDxz/N+qNEJGwIRxXH6S0E17p9jaRAwrBY11F6ecajOgz1E1ICovYf8IitOP8I/CyieF6EPV7Bv4PZyKJdWGzT/Edjrt+wAjY7Kwlr2Gkh9Tu1lChZcWvhyMVPYCgqyA2yP0W2b9kC4Y=

# create a source distribution and a pure python wheel for faster installs
distributions: "sdist bdist_wheel"

# only deploy on tagged commits (aka GitHub releases)
on:
tags: true
distributions: sdist bdist_wheel
repo: MongoEngine/flask-mongoengine

0 comments on commit c8ec879

Please sign in to comment.