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