1
0
鏡像自 https://github.com/arsenetar/dupeguru.git synced 2025-07-02 21:43:21 +00:00

Force correct python environment for tox on windows

This commit is contained in:
Andrew Senetar 2020-12-28 21:18:16 -06:00
父節點 c30c3400d4
當前提交 e822a67b38
簽署人: arsenetar
GPG 金鑰 ID: C63300DCE48AB2F1

查看文件

@ -24,3 +24,4 @@ matrix:
before_install:
- choco install python --version=3.8.6
- cp /c/python38/python.exe /c/python38/python3.exe
script: tox -e py38