Skip to content

Commit

Permalink
try executing deploy script without sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nihlaeth committed Feb 26, 2017
1 parent 3d0bbbc commit 9362519
Show file tree
Hide file tree
Showing 2 changed files 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 sh 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 sh 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
Empty file modified scripts/pypi_deploy.sh
100644 → 100755
Empty file.

0 comments on commit 9362519

Please sign in to comment.