From dc77afbcb2adf3d19ff9d99df34423f607eb996d Mon Sep 17 00:00:00 2001 From: Noah Morrison Date: Tue, 2 Oct 2018 16:43:54 -0400 Subject: [PATCH] Only run python 3.6 once, only push to test.pypi on tags --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.47.3