]> Devi Nivas Git - chevron.git/commitdiff
Only run python 3.6 once, only push to test.pypi on tags
authorNoah Morrison <noah@morrison.ph>
Tue, 2 Oct 2018 20:43:54 +0000 (16:43 -0400)
committerNoah Morrison <noah@morrison.ph>
Tue, 2 Oct 2018 20:43:54 +0000 (16:43 -0400)
.travis.yml

index 9d0999893137aa38cea953c4b5b7ae086cb6c4e6..72a326fd1fc5f29bd18bfc58852f75fd40cf545f 100644 (file)
@@ -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"