1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-02-05 04:41:39 +00:00

Use 3-ending python names consistantly

This commit is contained in:
Joe Moore
2019-05-23 10:43:28 -04:00
committed by GitHub
parent f536f32b19
commit c61a7f1aaf

View File

@@ -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