mirror of
https://github.com/arsenetar/send2trash.git
synced 2026-03-14 19:41:39 +00:00
More test fixes
- Fix travis windows env - Fix exception type in test_plat_win - Finish converting tests in test_plat_other, fix exception type
This commit is contained in:
@@ -4,7 +4,7 @@ matrix:
|
||||
- os: windows
|
||||
language: sh
|
||||
python: "3.8"
|
||||
env: "PATH=/c/Python:/c/Python/Scripts:$PATH"
|
||||
env: "PATH=/c/Python38:/c/Python38/Scripts:$PATH"
|
||||
# Perform the manual steps on windows to install python3
|
||||
before_install:
|
||||
- choco install python --version=3.8.6
|
||||
|
||||
Reference in New Issue
Block a user