Updated to use py module for xmlrunner
continuous-integration/drone/push Build is passing
ci-tests/python-test/pipeline/head This commit looks good
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-03-20 18:53:47 +02:00
parent c5c9a67924
commit 35659c5480
Vendored
+1 -1
View File
@@ -41,7 +41,7 @@ pipeline {
pip install -r requirements.txt
python3 manage.py migrate
python manage.py test
xmlrunner discover -p *_test.py
python -m xmlrunner discover -p *_test.py
'''
}
}