From 13596d43ab28dab70eae33828bc77d5ee7b1978b Mon Sep 17 00:00:00 2001 From: Noah Morrison Date: Thu, 15 Jun 2017 00:08:43 -0400 Subject: [PATCH] Fix deploy conditions --- .travis.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 45aa92d..e501331 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,10 +35,15 @@ deploy: skip_upload_docs: true on: tags: true + branch: master + condition: $TRAVIS_PYTHON_VERSION = "3.5" - provider: pypi - server: https://testpypi.python.org + server: https://testpypi.python.org/pypi user: noahmorrison password: secure: GK+PXWWCczHMQAptgAA6umma0kP+fPsCktHzDnpb4Pa7RZBjxjS1mbRtwSfMm8gWcRYkqjO0la/t3TUP3qjfa+x5JmIwy2YTveBKmSjTxLAb9n7fCWZEGu9GWgGvfsmg2Hhi6NYUp9U7ggtoBXQ4AHgmnPyDCL2TQK32PKj5soM= distributions: sdist bdist_wheel - skip_upload_docs: true \ No newline at end of file + skip_upload_docs: true + on: + all_branches: true + condition: $TRAVIS_PYTHON_VERSION = "3.5" \ No newline at end of file -- 2.47.3