]> Devi Nivas Git - chevron.git/commitdiff
Change upload version 3.5 => 3.6
authorNoah Morrison <noah@morrison.ph>
Tue, 2 Oct 2018 20:23:26 +0000 (16:23 -0400)
committerNoah Morrison <noah@morrison.ph>
Tue, 2 Oct 2018 20:23:26 +0000 (16:23 -0400)
.travis.yml

index 67faa12449a23397c9f01adca1b9e289bc7b59f8..5e94d9b51152e11b294f551437498c1ff950ded3 100644 (file)
@@ -13,7 +13,7 @@ python:
 
 matrix:
   include:
-  - python: 3.5
+  - python: 3.6
     env:
     - TOXENV=flake8
     install:
@@ -38,7 +38,7 @@ deploy:
     on:
       tags: true
       branch: master
-      condition: $TRAVIS_PYTHON_VERSION = "3.5"
+      condition: $TRAVIS_PYTHON_VERSION = "3.6"
   - provider: pypi
     server: https://test.pypi.org/legacy/
     user: noahmorrison
@@ -48,4 +48,4 @@ deploy:
     skip_upload_docs: true
     on:
       all_branches: true
-      condition: $TRAVIS_PYTHON_VERSION = "3.5"
+      condition: $TRAVIS_PYTHON_VERSION = "3.6"