1
0
镜像自地址 https://github.com/arsenetar/dupeguru.git 已同步 2025-09-11 17:58:17 +00:00

Switch to explicit matrix build

这个提交包含在:
Joe Moore 2019-05-18 14:35:10 -04:00
父节点 ed2a0bcd4d
当前提交 0b12236537

查看文件

@ -1,11 +1,15 @@
sudo: false sudo: false
dist: xenial
language: python language: python
python: install: pip3 install tox-travis
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install: pip install tox-travis
script: tox script: tox
matrix:
include:
- os: "linux"
dist: "xenial"
python: "3.5"
- os: "linux"
dist: "xenial"
python: "3.6"
- os: "linux"
dist: "xenial"
python: "3.7"