mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-10 16:44:44 +00:00
Add deploy config for Travis CI
This commit is contained in:
parent
bcf1dbf0bf
commit
fcccdac5ac
1 changed files with 10 additions and 0 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue