This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
mandayejs/jenkins.sh

11 lines
109 B
Bash
Executable File

#!/bin/sh
set -e
rm -f coverage.xml
rm -f test_results.xml
./getlasso.sh
pip install --upgrade tox
tox -r