jenkins.sh: add Django to compile translations

This commit is contained in:
Benjamin Dauvergne 2018-03-30 14:21:03 +02:00
parent d45aa69837
commit 15115b197c
1 changed files with 1 additions and 0 deletions

View File

@ -5,5 +5,6 @@ set -e
rm -f coverage.xml
rm -f test_results.xml
pip install --upgrade Django\<1.9
pip install --upgrade tox
tox -r