mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
373cb07b28
- add python3.8 and pypy3 builds - remove deprecated 'sudo: true' and 'sudo: false' - enable builds for 'test-...' branches
29 lines
399 B
YAML
29 lines
399 B
YAML
language: python
|
|
python:
|
|
- "3.4"
|
|
- "3.5"
|
|
- "3.6"
|
|
- "pypy3"
|
|
env:
|
|
- GALLERYDL_TESTS=core
|
|
matrix:
|
|
include:
|
|
- python: "3.7"
|
|
dist: xenial
|
|
- python: "3.8-dev"
|
|
dist: xenial
|
|
- python: "3.6"
|
|
env: GALLERYDL_TESTS=results
|
|
|
|
git:
|
|
depth: 3
|
|
quiet: true
|
|
branches:
|
|
only:
|
|
- master
|
|
- /^v\d+\.\d+\.\d+(-\S*)?$/
|
|
- /^test(-\w+)+$/
|
|
|
|
script:
|
|
- ./scripts/run_tests.sh
|