jenkins.sh: force recreation of tox environment on each run

This commit is contained in:
Benjamin Dauvergne 2017-03-22 23:34:26 +01:00
parent 86be71d084
commit 269ea4a1d1
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ rm -f *test_results.xml
./getlasso.sh
pip install --upgrade setuptools
pip install --upgrade 'pip<8'
pip install --upgrade pip
pip install --upgrade pylint pylint-django
pip install --upgrade tox
tox
tox -r
./merge-junit-results.py junit-*.xml >test_results.xml
./merge-coverage.py -o coverage.xml coverage-*.xml