From: Noah Morrison Date: Tue, 2 Oct 2018 20:43:54 +0000 (-0400) Subject: Only run python 3.6 once, only push to test.pypi on tags X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=dc77afbcb2adf3d19ff9d99df34423f607eb996d;p=chevron.git Only run python 3.6 once, only push to test.pypi on tags --- diff --git a/.travis.yml b/.travis.yml index 9d09998..72a326f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,8 @@ python: - pypy matrix: + exclude: + - python: 3.6 include: - python: 3.6 env: @@ -48,6 +50,7 @@ deploy: distributions: sdist bdist_wheel skip_upload_docs: true on: + tags: true repo: noahmorrison/chevron all_branches: true condition: $TRAVIS_PYTHON_VERSION = "3.6"