7 lines
112 B
PowerShell
7 lines
112 B
PowerShell
$BaseDir = (Get-Location).Path
|
|
|
|
cd $BASEDIR
|
|
& $BASEDIR\env\Scripts\activate
|
|
echo "Virtualenv activated."
|
|
|
|
tox |