1
0
Fork 0

Force correct python environment for tox on windows

Dieser Commit ist enthalten in:
Andrew Senetar 2020-12-28 21:18:16 -06:00
Ursprung c30c3400d4
Commit e822a67b38
Signiert von: arsenetar
GPG-Schlüssel-ID: C63300DCE48AB2F1
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen

Datei anzeigen

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