Using virtualenv python interpreter from now on

This commit is contained in:
shockrah 2021-02-10 23:16:41 -08:00
parent f585cf122c
commit 286a77d9ac

View File

@ -25,6 +25,7 @@ testing() {
server=$!
echo Waiting on server to spin up && sleep 2
source ./client-tests/bin/activate
python3 client-tests/client.py
kill -9 $server 2> /dev/null
if [ ! -z $full ];then