1
0
鏡像自 https://github.com/arsenetar/dupeguru.git synced 2025-09-11 17:58:17 +00:00

Use 3-ending python names consistantly

This commit is contained in:
Joe Moore 2019-05-23 10:43:28 -04:00 提交者 GitHub
父節點 f536f32b19
當前提交 c61a7f1aaf
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23

查看文件

@ -22,7 +22,7 @@ matrix:
- choco install python make
- cp /c/python37/python.exe /c/python37/python3.exe
before_script:
- pip install -r requirements-windows.txt
- python build.py
- pip3 install -r requirements-windows.txt
- python3 build.py
script:
- tox -e WINDOWS