Correctie .drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marcel Nijenhof
2021-08-06 20:46:57 +02:00
parent 58645da74f
commit 10bf55f62c
3 changed files with 3 additions and 3 deletions

View File

@@ -156,7 +156,7 @@ steps:
- python -c "import ddOperApi"
- python -c "import ddOperApi; print(ddOperApi.__version__)"
- >
[ $(python -c "import lmwsip; print(lmwsip.__version__)") =
[ $(python -c "import lmwsip; print(ddOperApi.__version__)") =
$(python setup.py --version) ]
- python -m unittest -v ddOperApi.tests
when: