Fixing deploy

This commit is contained in:
Dave Hall 2017-12-21 17:53:39 +00:00
parent 24cd0e609a
commit 9221dd7d5f
1 changed files with 0 additions and 3 deletions

View File

@ -38,8 +38,6 @@ script:
- coverage run -a tests/runtests.py -d mysql
after_success:
- coverage report
before_deploy:
- pip install wheel
deploy:
provider: pypi
user: etianen
@ -50,6 +48,5 @@ deploy:
condition: $DJANGO='>=2.0,<2.1'
python: 3.6
repo: etianen/django-watson
distributions: sdist bdist_wheel
notifications:
email: false