From: Noah Morrison Date: Tue, 2 Oct 2018 20:32:11 +0000 (-0400) Subject: Merge branch 'akosthekiss-pypi-deploy-origin-only' into travis-test X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=f44ea1094be1f91594b5805b3f131979a0a56d83;p=chevron.git Merge branch 'akosthekiss-pypi-deploy-origin-only' into travis-test --- f44ea1094be1f91594b5805b3f131979a0a56d83 diff --cc .travis.yml index 5e94d9b,301c4ec..9d09998 --- a/.travis.yml +++ b/.travis.yml @@@ -37,15 -36,17 +37,17 @@@ deploy skip_upload_docs: true on: tags: true + repo: noahmorrison/chevron branch: master - condition: $TRAVIS_PYTHON_VERSION = "3.5" + condition: $TRAVIS_PYTHON_VERSION = "3.6" - provider: pypi - server: https://testpypi.python.org/pypi + server: https://test.pypi.org/legacy/ user: noahmorrison password: secure: GK+PXWWCczHMQAptgAA6umma0kP+fPsCktHzDnpb4Pa7RZBjxjS1mbRtwSfMm8gWcRYkqjO0la/t3TUP3qjfa+x5JmIwy2YTveBKmSjTxLAb9n7fCWZEGu9GWgGvfsmg2Hhi6NYUp9U7ggtoBXQ4AHgmnPyDCL2TQK32PKj5soM= distributions: sdist bdist_wheel skip_upload_docs: true on: + repo: noahmorrison/chevron all_branches: true - condition: $TRAVIS_PYTHON_VERSION = "3.5" + condition: $TRAVIS_PYTHON_VERSION = "3.6"