fishyboteso/test.ps1

7 lines
183 B
PowerShell

cd temp\test
Get-ChildItem $venv | Remove-Item -Recurse
python -m venv venv
.\venv\Scripts\Activate.ps1
cd ../../dist
pip install ((dir).Name | grep whl)
python -m fishy --test-server