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:
- 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