Rejoice for a 3.5-less Travis (#1713)

This commit is contained in:
Tobotimus 2018-05-28 11:18:23 +10:00 committed by Kowlin
parent 3337a9cbab
commit 5ebee60c97

View File

@ -6,14 +6,13 @@ notifications:
python: python:
- 3.6.5 - 3.6.5
- 3.5.2
env: env:
global: global:
PIPENV_IGNORE_VIRTUALENVS=1 PIPENV_IGNORE_VIRTUALENVS=1
matrix: matrix:
# This is the environment for the main test jobs. - TOXENV=py
# This will run for all above specified versions of python - TOXENV=docs
TOXENV=py - TOXENV=style
install: install:
- pip install --upgrade pip pipenv - pip install --upgrade pip pipenv
@ -24,11 +23,6 @@ script:
jobs: jobs:
include: 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 # These jobs only occur on tag creation for V3/develop if the prior ones succeed
- stage: PyPi Deployment - stage: PyPi Deployment
@ -45,7 +39,7 @@ jobs:
on: on:
repo: Cog-Creators/Red-DiscordBot repo: Cog-Creators/Red-DiscordBot
branch: V3/develop branch: V3/develop
python: 3.5.3 python: 3.6.5
tags: true tags: true
- stage: Crowdin Deployment - stage: Crowdin Deployment
if: tag IS present if: tag IS present
@ -64,5 +58,5 @@ jobs:
on: on:
repo: Cog-Creators/Red-DiscordBot repo: Cog-Creators/Red-DiscordBot
branch: V3/develop branch: V3/develop
python: 3.5.3 python: 3.6.5
tags: true tags: true