chrono/jenkins.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
128 B
Bash
Raw Normal View History

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