Skip to content

Commit

Permalink
[skyapi] refs skycoin#131 deploying to testPyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
e1Ru1o committed Jul 11, 2019
1 parent c56e6e3 commit 4568f6a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ install:
- eval "$(gimme 1.11)"
script:
# Test PySkycoin
- bash ./.travis/skyapi_deploy.sh
- make test-ci
after_failure:
- cat ./.tox/${TOXENV}/log/${TOXENV}-*.log
Expand Down Expand Up @@ -141,12 +142,10 @@ deploy:
condition: $TRAVIS_OS_NAME = "osx"
- provider: script
script: bash .travis/skyapi_deploy.sh
- provider: script
script: bash .travis/skyapi_deploy.sh
# on:
# branches:
# only:
# - /^release-.*$/
# tags: true
# repo: skycoin/pyskycoin
on:
branches:
only:
- /^release-.*$/
tags: true
repo: skycoin/pyskycoin
# TODO: Upload manylinux wheels to PyPI

0 comments on commit 4568f6a

Please sign in to comment.