1
0
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:
2021-03-10 18:57:35 -06:00
parent 37be84d46e
commit af0c1ba704
3 changed files with 187 additions and 207 deletions

View File

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