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

This commit is contained in:
Marcel Nijenhof
2021-07-25 17:22:51 +02:00
parent 707d4fc13a
commit 0b8e763344

View File

@@ -151,7 +151,7 @@ steps:
# Make sure we run the pip installed version
commands:
- 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; print(lmwsip.version)"
- >
@@ -159,5 +159,5 @@ steps:
$(python setup.py --version) ]
- python -m unittest -v lmwsip.tests
depend_on:
depends_on:
- Build