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

This commit is contained in:
Marcel Nijenhof
2021-07-25 17:25:07 +02:00
parent 0b8e763344
commit 3b22676048

View File

@@ -153,9 +153,9 @@ steps:
- rm -rf lmwsip - rm -rf lmwsip
- pip install --extra-index-url https://marceln.org/download/python lmwsip - pip install --extra-index-url https://marceln.org/download/python lmwsip
- python -c "import lmwsip" - python -c "import lmwsip"
- python -c "import lmwsip; print(lmwsip.version)" - python -c "import lmwsip; print(lmwsip.__version__)"
- > - >
[ $(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