Lokale test omgeschreven naar tox
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marcel Nijenhof
2021-12-31 22:42:04 +01:00
parent da80bd93d9
commit 08cd160713
4 changed files with 10 additions and 1 deletions

View File

@@ -6,5 +6,5 @@ VERSION=$(grep version setup.cfg | sed 's/.*= *//')
sed -i "s/^__version__ = .*/__version__ = '${VERSION}'/" src/lmwsip/__init__.py
git add lmwsip/__init__.py
python setup.py test
tox
yamllint .drone.yml