Skip to content

Commit

Permalink
hardcode home directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nihlaeth committed Feb 25, 2017
1 parent 765803c commit a4fa773
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,13 +17,13 @@ script: python -m pytest --cov=user_config --cov-report xml -v
after_script: python-codacy-coverage -r coverage.xml
deploy:
- provider: script
script: PYPI_REPOSITORY=testpypi sh scripts/pypi_deploy.sh
script: HOME=. PYPI_REPOSITORY=testpypi sh scripts/pypi_deploy.sh
on:
condition: $TRAVIS_PYTHON_VERSION = "3.6"
distributions: sdist bdist_wheel --universal
skip_cleanup: true
- provider: script
script: PYPI_REPOSITORY=pypi sh scripts/pypi_deploy.sh
script: HOME=. PYPI_REPOSITORY=pypi sh scripts/pypi_deploy.sh
on:
tags: true
condition: $TRAVIS_PYTHON_VERSION = "3.6"
Expand Down

0 comments on commit a4fa773

Please sign in to comment.