passerelle/jenkins.sh

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

10 lines
95 B
Bash
Raw Normal View History

2014-10-02 14:42:31 +02:00
#!/bin/sh
2016-03-09 22:24:09 +01:00
set -e
2015-04-03 22:25:14 +02:00
rm -f coverage.xml
rm -f test_results.xml
pip install --upgrade tox
tox -r