Updated to use py module for xmlrunner
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user