Skip to content

Commit

Permalink
overwrite HOME variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nihlaeth committed Feb 25, 2017
1 parent 3a0354e commit 821a9e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ script: python -m pytest --cov=user_config --cov-report xml -v
after_script: python-codacy-coverage -r coverage.xml
deploy:
- provider: script
script: TWINE_REPOSITORY=testpypi sh scripts/pypi_deploy.sh
script: HOME=. TWINE_REPOSITORY=testpypi sh scripts/pypi_deploy.sh
on:
condition: $TRAVIS_PYTHON_VERSION = "3.6"
skip_cleanup: true
- provider: script
script: TWINE_REPOSITORY=pypi sh scripts/pypi_deploy.sh
script: HOME=. TWINE_REPOSITORY=pypi sh scripts/pypi_deploy.sh
on:
tags: true
condition: $TRAVIS_PYTHON_VERSION = "3.6"
Expand Down

0 comments on commit 821a9e4

Please sign in to comment.