1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2026-03-14 19:41:39 +00:00

Update windows tests to test both versions

This fixes #44 by testing the automatic import, the legacy version, and
the modern version directtly.
This commit is contained in:
2020-06-11 22:42:00 -05:00
parent d078554052
commit e3d2be3243
2 changed files with 80 additions and 12 deletions

View File

@@ -9,6 +9,7 @@ matrix:
- choco install python3 --params "/InstallDir:C:\Python"
- export PATH="/c/Python:/c/Python/Scripts:$PATH"
- python -m pip install --upgrade pip
- python -m pip install pywin32
before_script:
- export TOXENV=py3-win