Commit 04627fd0 authored by Spiros Koulouzis's avatar Spiros Koulouzis

fix tests

parent 84c90afe
...@@ -70,7 +70,7 @@ else ...@@ -70,7 +70,7 @@ else
fi fi
cd ../ cd ../
cd deployer && python3 -m venv venv && venv/bin/pip3 install -r test-requirements.txt && venv/bin/pip3 install -r requirements.txt && venv/bin/python3 -m unittest discover cd deployer && python3 -m venv venv && venv/bin/pip3 install -U pip setuptools && venv/bin/pip3 install -r test-requirements.txt && venv/bin/pip3 install -r requirements.txt && venv/bin/python3 -m unittest discover
if [ $? -eq 0 ] if [ $? -eq 0 ]
then then
echo "------- deployer tests successful ------" echo "------- deployer tests successful ------"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment