The latest version of django_jenkins no longer requires django_tests

This commit is contained in:
James Laska 2014-10-02 12:15:16 -04:00
parent 2b1b83a8ee
commit a174c7b168

View File

@ -35,7 +35,6 @@ if 'django_jenkins' in INSTALLED_APPS:
JENKINS_TASKS = (
'django_jenkins.tasks.run_pylint',
'django_jenkins.tasks.with_coverage',
'django_jenkins.tasks.django_tests',
'django_jenkins.tasks.run_pep8',
'django_jenkins.tasks.run_pyflakes',
'django_jenkins.tasks.run_jshint',