mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Update .travis.yml
- Windows test uses 3.9.6 now - Intentation changes
This commit is contained in:
parent
cb3bbbec6e
commit
fdc8a17d26
44
.travis.yml
44
.travis.yml
@ -1,27 +1,27 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
install:
|
install:
|
||||||
- pip3 install -r requirements.txt -r requirements-extra.txt
|
- pip3 install -r requirements.txt -r requirements-extra.txt
|
||||||
script: tox
|
script: tox
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- 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"
|
- os: "linux"
|
||||||
dist: "focal"
|
dist: "focal"
|
||||||
python: "3.8"
|
python: "3.8"
|
||||||
- os: "linux"
|
- os: "linux"
|
||||||
dist: "focal"
|
dist: "focal"
|
||||||
python: "3.9"
|
python: "3.9"
|
||||||
- os: "windows"
|
- os: "windows"
|
||||||
language: shell
|
language: shell
|
||||||
python: "3.8"
|
python: "3.9"
|
||||||
env: "PATH=/c/python38:/c/python38/Scripts:$PATH"
|
env: "PATH=/c/python39:/c/python39/Scripts:$PATH"
|
||||||
before_install:
|
before_install:
|
||||||
- choco install python --version=3.8.6
|
- choco install python --version=3.9.6
|
||||||
- cp /c/python38/python.exe /c/python38/python3.exe
|
- cp /c/python39/python.exe /c/python39/python3.exe
|
||||||
script: tox -e py38
|
script: tox -e py39
|
||||||
|
Loading…
x
Reference in New Issue
Block a user