From: Noah Morrison Date: Tue, 2 Oct 2018 20:23:26 +0000 (-0400) Subject: Change upload version 3.5 => 3.6 X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=18155506eb893c9038d4ef5231d86dec1330afed;p=chevron.git Change upload version 3.5 => 3.6 --- diff --git a/.travis.yml b/.travis.yml index 67faa12..5e94d9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"