Add deploy config for Travis CI

This commit is contained in:
Jan-Jelle 2018-08-22 23:10:34 +02:00
parent bcf1dbf0bf
commit fcccdac5ac

View file

@ -34,3 +34,13 @@ script: tox -e $TOX_ENV
after_success:
- codecov -e TOX_ENV
deploy:
provider: pypi
user: $PYPI_USER
password:
secure: $PYPI_PASSWORD
on:
repo: jjkester/django-auditlog
branch: stable
condition: $TOX_ENV = py36-django-20