combo/jenkins.sh

14 lines
194 B
Bash
Raw Permalink Normal View History

2015-11-26 17:53:23 +01:00
#!/bin/sh
set -e
rm -f pylint.out
2015-11-26 17:53:23 +01:00
rm -f coverage.xml
rm -f test_results.xml
test -d wcs || git clone http://git.entrouvert.org/wcs.git
(cd wcs && git pull)
pip install --upgrade tox
tox -rv