Commit 510b7d7b authored by Spiros Koulouzis's avatar Spiros Koulouzis

change version

parent 777d5ae8
......@@ -2,7 +2,7 @@
mvn -Dmaven.test.skip=true install
cd drip-planner && python3.7 -m venv venv && venv/bin/pip3 install -r requirements.txt
cd drip-planner && rm -rf venv && python3 -m venv venv && venv/bin/pip3 install -r requirements.txt
cd ../
cd sure_tosca-flask-server && python3.7 -m venv venv && venv/bin/pip3 install -r requirements.txt && venv/bin/pip3 install -r test-requirements.txt
cd sure_tosca-flask-server && rm -rf venv && python3 -m venv venv && venv/bin/pip3 install -r requirements.txt && venv/bin/pip3 install -r test-requirements.txt
cd ../
......@@ -2,8 +2,8 @@
mvn test
cd drip-planner && venv/bin/python3.7 -m unittest discover
cd drip-planner && venv/bin/python3 -m unittest discover
cd ../
cd sure_tosca-flask-server && venv/bin/python3.7 -m unittest discover
cd sure_tosca-flask-server && venv/bin/python3 -m unittest discover
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