mirror of https://gitlab.com/pamhyr/pamhyr2
tests: Update tests scripts.
parent
3f98cf8625
commit
633e5a53dc
15
tests.sh
15
tests.sh
|
|
@ -1,12 +1,15 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
echo " Setup ENV"
|
if [ -z "$GUIX_ENVIRONMENT" ]
|
||||||
|
then
|
||||||
|
echo " Setup ENV"
|
||||||
|
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pip3 install -U pip
|
pip3 install -U pip
|
||||||
pip3 install -r ./full-requirements.txt
|
pip3 install -r ./full-requirements.txt
|
||||||
pip3 install -U -r ./full-requirements.txt
|
pip3 install -U -r ./full-requirements.txt
|
||||||
|
fi
|
||||||
|
|
||||||
echo " UNITTEST"
|
echo " UNITTEST"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue