Correctie .drone version --> __version__
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -153,9 +153,9 @@ steps:
|
||||
- rm -rf lmwsip
|
||||
- pip install --extra-index-url https://marceln.org/download/python 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 -m unittest -v lmwsip.tests
|
||||
|
||||
|
Reference in New Issue
Block a user