Skip to content

Commit

Permalink
fix relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
nihlaeth committed Feb 26, 2017
1 parent 9362519 commit 4f38914
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 @@ -16,12 +16,12 @@ script: python -m pytest --cov=user_config --cov-report xml -v
after_script: python-codacy-coverage -r coverage.xml
deploy:
- provider: script
script: HOME=$TRAVIS_BUILD_DIR TWINE_REPOSITORY=testpypi scripts/pypi_deploy.sh
script: HOME=$TRAVIS_BUILD_DIR TWINE_REPOSITORY=testpypi ./scripts/pypi_deploy.sh
on:
condition: $TRAVIS_PYTHON_VERSION = "3.6"
skip_cleanup: true
- provider: script
script: HOME=$TRAVIS_BUILD_DIR TWINE_REPOSITORY=pypi scripts/pypi_deploy.sh
script: HOME=$TRAVIS_BUILD_DIR TWINE_REPOSITORY=pypi ./scripts/pypi_deploy.sh
on:
tags: true
condition: $TRAVIS_PYTHON_VERSION = "3.6"
Expand Down

0 comments on commit 4f38914

Please sign in to comment.