Update travis config to only run deploy once (#837)

This commit is contained in:
Jonathan Kim 2019-12-31 13:56:04 +00:00 committed by GitHub
parent efe210f8ac
commit 3dd04f68ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,17 @@ after_success:
- pip install coveralls - pip install coveralls
- coveralls - coveralls
matrix: stages:
- test
- name: deploy
if: tag IS present
jobs:
fast_finish: true fast_finish: true
allow_failures:
- env: DJANGO=master
include: include:
- python: 2.7 - python: 2.7
env: DJANGO=1.11 env: DJANGO=1.11
@ -56,10 +65,10 @@ matrix:
- python: 3.7 - python: 3.7
env: TOXENV=black,flake8 env: TOXENV=black,flake8
allow_failures: - stage: deploy
- env: DJANGO=master python: 3.7
after_success: true
deploy: deploy:
provider: pypi provider: pypi
user: syrusakbary user: syrusakbary
on: on: