Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Add --noinput
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Feb 11, 2017
1 parent aeded66 commit 1b14fca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ deps=
commands=
{envbindir}/python manage.py init_database --noinput --no-fetch-entries
{envbindir}/python manage.py compilemessages
{envbindir}/python manage.py test activities -v 2
{envbindir}/python manage.py test google_calendar -v 2
{envbindir}/python manage.py test --noinput activities -v 2
{envbindir}/python manage.py test --noinput google_calendar -v 2
{envbindir}/coverage run \
--source=src/kawaz --rcfile=config/coveragerc \
manage.py test kawaz -v 2 []
manage.py test kawaz --noinput -v 2 []
{envbindir}/coverage report
{envbindir}/pip freeze

0 comments on commit 1b14fca

Please sign in to comment.