You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gallery-dl/.travis.yml

24 lines
293 B

language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
env:
- GALLERYDL_TESTS=core
matrix:
include:
- 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