From 4568f6a9ff766685f75ad3a378c403a75e9bf1d2 Mon Sep 17 00:00:00 2001 From: Raul Date: Thu, 11 Jul 2019 15:10:51 -0400 Subject: [PATCH] [skyapi] refs #131 deploying to testPyPI --- .travis.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9f41ab18..8dd69eff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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