petale/jenkins.sh

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

11 lines
129 B
Bash
Raw Normal View History

2017-02-20 19:09:01 +01:00
#!/bin/sh
set -e
rm -f coverage.xml
rm -f test_results.xml
pip install --upgrade Django\<1.9
2017-02-20 19:09:01 +01:00
pip install --upgrade tox
tox -r