Correctie .drone depend --> depends
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:
@@ -151,7 +151,7 @@ steps:
|
|||||||
# Make sure we run the pip installed version
|
# Make sure we run the pip installed version
|
||||||
commands:
|
commands:
|
||||||
- rm -rf lmwsip
|
- rm -rf lmwsip
|
||||||
- pip install -i 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)"
|
||||||
- >
|
- >
|
||||||
@@ -159,5 +159,5 @@ steps:
|
|||||||
$(python setup.py --version) ]
|
$(python setup.py --version) ]
|
||||||
- python -m unittest -v lmwsip.tests
|
- python -m unittest -v lmwsip.tests
|
||||||
|
|
||||||
depend_on:
|
depends_on:
|
||||||
- Build
|
- Build
|
||||||
|
Reference in New Issue
Block a user