This commit is contained in:
Vendored
+2
-2
@@ -30,8 +30,8 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
sh '''
|
||||
cd /tmp/; virtualenv pitestenv; source ./pitestenv/bin/activate
|
||||
pip install -r requirements.txt; cd -
|
||||
python3 -m venv /tmp/pitestenv; source /tmp/pitestenv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
python -m pytest catalog/tests/
|
||||
python -m xmlrunner discover -p *_test.py
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user