mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
contrib/jenkins.sh: install dependencies from requirements.txt
Change-Id: I99af496e9a3758ea624ca484f4fbc51b262ffaf4
This commit is contained in:
@@ -15,15 +15,7 @@ fi
|
|||||||
|
|
||||||
virtualenv -p python3 venv --system-site-packages
|
virtualenv -p python3 venv --system-site-packages
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pip install pytlv
|
pip install -r requirements.txt
|
||||||
pip install 'pyyaml>=5.1'
|
|
||||||
pip install cmd2==1.5
|
|
||||||
pip install jsonpath-ng
|
|
||||||
pip install construct
|
|
||||||
pip install bidict
|
|
||||||
pip install gsm0338
|
|
||||||
pip install termcolor
|
|
||||||
pip install colorlog
|
|
||||||
|
|
||||||
# Execute automatically discovered unit tests first
|
# Execute automatically discovered unit tests first
|
||||||
python -m unittest discover -v -s tests/
|
python -m unittest discover -v -s tests/
|
||||||
|
|||||||
Reference in New Issue
Block a user