Run install checck only on master
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user