From 5ebee60c97f97444120a45f50fb85bdbb79cb6a5 Mon Sep 17 00:00:00 2001 From: Tobotimus Date: Mon, 28 May 2018 11:18:23 +1000 Subject: [PATCH] Rejoice for a 3.5-less Travis (#1713) --- .travis.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1123f46f5..520758166 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,14 +6,13 @@ notifications: python: - 3.6.5 -- 3.5.2 env: global: PIPENV_IGNORE_VIRTUALENVS=1 matrix: - # This is the environment for the main test jobs. - # This will run for all above specified versions of python - TOXENV=py + - TOXENV=py + - TOXENV=docs + - TOXENV=style install: - pip install --upgrade pip pipenv @@ -24,11 +23,6 @@ script: jobs: include: - # These jobs occur in parallel with the main test job - - python: 3.6.5 - env: TOXENV=docs - - python: 3.6.5 - env: TOXENV=style # These jobs only occur on tag creation for V3/develop if the prior ones succeed - stage: PyPi Deployment @@ -45,7 +39,7 @@ jobs: on: repo: Cog-Creators/Red-DiscordBot branch: V3/develop - python: 3.5.3 + python: 3.6.5 tags: true - stage: Crowdin Deployment if: tag IS present @@ -64,5 +58,5 @@ jobs: on: repo: Cog-Creators/Red-DiscordBot branch: V3/develop - python: 3.5.3 + python: 3.6.5 tags: true