#!/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