Always recreate tox environment

This commit is contained in:
Benjamin Dauvergne 2015-06-18 16:20:27 +02:00
parent ba9e8bd665
commit 5405878a8d
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ pip install --upgrade pip
pip install --upgrade pylint==1.4.0 astroid==1.3.2
pip install --upgrade tox
(pylint -f parseable --rcfile /var/lib/jenkins/pylint.django.rc src/authentic2/ | tee pylint.out) || /bin/true
tox
tox -r