Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pkill -f app.py || true
- virtualenv venv && . venv/bin/activate
- pip3 install -r requirements.txt
- BUILD_ID=dontKillMe nohup python3 app.py &
- python3 -m pytest --cov=. --cov-report xml:test-results/coverage.xml --junitxml=test-results/pytest-report.xml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement