Run install checck only on master

This commit is contained in:
Marcel Nijenhof
2021-08-30 16:04:05 +02:00
parent d7799db8fb
commit f2b7723210

View File

@@ -158,6 +158,9 @@ steps:
[ $(python -c "import lmwsip; print(lmwsip.__version__)") = [ $(python -c "import lmwsip; print(lmwsip.__version__)") =
$(python setup.py --version) ] $(python setup.py --version) ]
- python -m unittest -v lmwsip.tests - python -m unittest -v lmwsip.tests
when:
branch:
- master
depends_on: depends_on:
- Build - Build