Skip to content

Commit

Permalink
↗️ ensure stdout and stderr are in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
jhermann committed Mar 16, 2015
1 parent d45bfc2 commit d7da0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.repo_name}}/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
@task
def ci(): # pylint: disable=invalid-name
"""Perform continuous integration tasks."""
run("invoke clean --all build --docs test check --reports")
run("invoke clean --all build --docs test check --reports 2>&1")

0 comments on commit d7da0fe

Please sign in to comment.