mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 03:38:53 -05:00
Rejoice for a 3.5-less Travis (#1713)
This commit is contained in:
parent
3337a9cbab
commit
5ebee60c97
16
.travis.yml
16
.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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user