Fix travis deployment

openapi3 1.2.1
Cristi Vîjdea 2018-01-12 04:36:22 +01:00
parent bc4037f721
commit 9d1150f1ab
2 changed files with 8 additions and 4 deletions

View File

@ -24,10 +24,8 @@ jobs:
- stage: publish
python: '3.6'
before_script: skip
script: skip
after_success: skip
env:
env: PYPI_DEPLOY=true
deploy: &pypi
provider: pypi
user: cvijdea
@ -49,7 +47,7 @@ install:
before_script:
- coverage erase
- |
[[ -z "$TOXENV" ]] && REPORT_COVERAGE="yes" || REPORT_COVERAGE="no";
[[ -z "$TOXENV" && -z "$PYPI_DEPLOY" ]] && REPORT_COVERAGE="yes" || REPORT_COVERAGE="no";
echo "Reporting coverage: ${REPORT_COVERAGE}"
- |
[[ -z "$TOXENV" && ! -z "$DRF" && "$DRF" != "master" ]] && USE_DETOX="yes" || USE_DETOX="no";

View File

@ -2,6 +2,12 @@
Changelog
#########
*********
**1.2.1**
*********
- Fixed deployment issues
*********
**1.2.0**
*********