mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
26 lines
339 B
YAML
26 lines
339 B
YAML
language: python
|
|
python:
|
|
- "3.4"
|
|
- "3.5"
|
|
- "3.6"
|
|
env:
|
|
- GALLERYDL_TESTS=core
|
|
matrix:
|
|
include:
|
|
- python: "3.7"
|
|
dist: xenial
|
|
sudo: true
|
|
- python: "3.6"
|
|
env: GALLERYDL_TESTS=results
|
|
|
|
sudo: false
|
|
git:
|
|
depth: 3
|
|
branches:
|
|
only:
|
|
- master
|
|
- /^v\d+\.\d+\.\d+(-\S*)?$/
|
|
|
|
script:
|
|
- ./scripts/run_tests.sh
|