Fixing deploy

This commit is contained in:
Dave Hall 2017-12-21 17:49:11 +00:00
parent c1a527b39a
commit 24cd0e609a
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ script:
- coverage run -a tests/runtests.py -d mysql
after_success:
- coverage report
before_deploy:
- pip install wheel
deploy:
provider: pypi
user: etianen