laforge has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/37146?usp=email )
Change subject: jenkins.sh: Include es9p_client in pylint
......................................................................
jenkins.sh: Include es9p_client in pylint
Change-Id: I06f6773b8b5d3dfa588617d5af81c2fddb474a3d
---
M contrib/jenkins.sh
1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/46/37146/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 6fb3d1a..96c4d2b 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -57,7 +57,8 @@
--disable E0401 \
--enable W0301 \
pySim tests/*.py *.py \
- contrib/es2p_client.py
+ contrib/es2p_client.py \
+ contrib/es9p_client.py
;;
"docs")
rm -rf docs/_build
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/37146?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I06f6773b8b5d3dfa588617d5af81c2fddb474a3d
Gerrit-Change-Number: 37146
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange