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: jobs:
include: include:
- stage: test - stage: test
addons: addons:
apt: apt:
packages: packages:
- build-essential - build-essential
os: linux os: linux
dist: xenial dist: xenial
python: python:
- "2.7" # python2 never dies - "2.7" # python2 never dies
- "3.4" # latest version that supports WinXP - "3.4" # latest version that supports WinXP
- "3.8" # latest stable - "3.8" # latest stable
cache: pip cache: pip
env: env:
- TYPE="ext" - TYPE="ext"
- TYPE="noext" - TYPE="noext"
script: script:
- bash run-tests.sh $TYPE - bash run-tests.sh $TYPE
- stage: deploy - stage: deploy
os: linux os: linux
dist: xenial dist: xenial