mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Update .travis.yml
Remove python 3.5 and add 3.8
This commit is contained in:
parent
3e4fe5b765
commit
5d21454789
@ -5,15 +5,15 @@ install:
|
|||||||
script: tox
|
script: tox
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: "linux"
|
|
||||||
dist: "xenial"
|
|
||||||
python: "3.5"
|
|
||||||
- os: "linux"
|
- os: "linux"
|
||||||
dist: "xenial"
|
dist: "xenial"
|
||||||
python: "3.6"
|
python: "3.6"
|
||||||
- os: "linux"
|
- os: "linux"
|
||||||
dist: "xenial"
|
dist: "xenial"
|
||||||
python: "3.7"
|
python: "3.7"
|
||||||
|
- os: "linux"
|
||||||
|
dist: "xenial"
|
||||||
|
python: "3.8"
|
||||||
- os: "windows"
|
- os: "windows"
|
||||||
language: shell
|
language: shell
|
||||||
python: "3.7"
|
python: "3.7"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user