increased version, modified test to use venv instead of conda

This commit is contained in:
Adam Saudagar 2021-04-18 13:00:53 +05:30
parent 1e633f7efe
commit 01a8c50769
2 changed files with 5 additions and 7 deletions

View File

@ -1,2 +1,2 @@
from fishy.__main__ import main
__version__ = "0.4.6"
__version__ = "0.4.7"

View File

@ -1,9 +1,7 @@
cd temp\test
Remove-Item venv -Recurse
& conda create --prefix venv python=3.7.3 -y
conda activate ./venv
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
cd ..
conda deactivate
python -m fishy --test-server