1
0
réplica de https://github.com/arsenetar/dupeguru.git sincronizado 2025-09-11 17:58:17 +00:00

Use 3-ending python names consistantly

Este cometimento está contido em:
Joe Moore 2019-05-23 10:43:28 -04:00 cometido por GitHub
ascendente f536f32b19
cometimento c61a7f1aaf
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23

Ver ficheiro

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