mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
increased version, modified test to use venv instead of conda
This commit is contained in:
parent
1e633f7efe
commit
01a8c50769
@ -1,2 +1,2 @@
|
||||
from fishy.__main__ import main
|
||||
__version__ = "0.4.6"
|
||||
__version__ = "0.4.7"
|
||||
|
10
test.ps1
10
test.ps1
@ -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
|
Loading…
Reference in New Issue
Block a user