kmmbvnr / django-jenkins

Plug and play continuous integration with django and jenkins
GNU Lesser General Public License v3.0
945 stars 279 forks source link

Option to specify all but one app? #343

Closed salujaharkirat closed 8 years ago

salujaharkirat commented 8 years ago

I have following in my settings file:-

#Specify the apps for generating coverage reports and running tasks
# PROJECT_APPS = ()

JENKINS_TASKS = (
    'django_jenkins.tasks.run_pep8',
    'django_jenkins.tasks.run_pyflakes',
    'django_jenkins.tasks.run_jshint',
    'django_jenkins.tasks.run_csslint',
    'django_jenkins.tasks.run_sloccount',
)

Now I need to exclude to one directory and run tests on the rest. Do we have an option for that? If not can work on it and raise a pull request? :)

kmmbvnr commented 8 years ago

I don't think that django-jenkins needs this feature.