1
0
Fork 0

Update .travis.yml

Dieser Commit ist enthalten in:
Andrew Senetar 2021-03-02 22:48:48 -06:00
Ursprung 9f76fbf036
Commit 37be84d46e
Signiert von: arsenetar
GPG-Schlüssel-ID: C63300DCE48AB2F1
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -4,7 +4,7 @@ matrix:
- os: windows
language: sh
python: "3.8"
env: "PATH="/c/Python:/c/Python/Scripts:$PATH""
env: "PATH=/c/Python:/c/Python/Scripts:$PATH"
# Perform the manual steps on windows to install python3
before_install:
- choco install python --version=3.8.6
@ -25,7 +25,6 @@ matrix:
arch: ppc64le
- python: "3.6"
arch: ppc64le
install:
- python -m pip install tox
before_script: