i hate yaml 2

This commit is contained in:
Alibek Omarov 2019-10-18 01:09:46 +03:00 committed by GitHub
parent 4004ca8e3f
commit ad5b68fa5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 16 deletions

View File

@ -5,22 +5,22 @@ git:
jobs:
include:
- stage: test
addons:
apt:
packages:
- build-essential
os: linux
dist: xenial
python:
- "2.7" # python2 never dies
- "3.4" # latest version that supports WinXP
- "3.8" # latest stable
cache: pip
env:
- TYPE="ext"
- TYPE="noext"
script:
- bash run-tests.sh $TYPE
addons:
apt:
packages:
- build-essential
os: linux
dist: xenial
python:
- "2.7" # python2 never dies
- "3.4" # latest version that supports WinXP
- "3.8" # latest stable
cache: pip
env:
- TYPE="ext"
- TYPE="noext"
script:
- bash run-tests.sh $TYPE
- stage: deploy
os: linux
dist: xenial