Skip to content

Commit

Permalink
Fix travis deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
axnsan12 committed Jan 12, 2018
1 parent bc4037f commit 9d1150f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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";
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog
#########

*********
**1.2.1**
*********

- Fixed deployment issues

*********
**1.2.0**
*********
Expand Down

0 comments on commit 9d1150f

Please sign in to comment.