Skip to content

Commit

Permalink
Rename the default tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonkle committed Aug 4, 2013
1 parent 873efe7 commit 22754d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discover_jenkins/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


TASKS = getattr(settings, 'TEST_TASKS', (
'discover_jenkins.tasks.run_pylint',
'discover_jenkins.tasks.with_coverage',
'discover_jenkins.tasks.pylint.PyLintTask',
'discover_jenkins.tasks.coverage.CoverageTask',
))
OUTPUT_DIR = getattr(settings, 'TEST_OUTPUT_DIR', 'reports')
PYLINT_RCFILE = getattr(settings, 'TEST_PYLINT_RCFILE', 'pylint.rc')
Expand Down

0 comments on commit 22754d4

Please sign in to comment.