Skip to content

Commit

Permalink
Add color by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 6, 2018
1 parent 1c729b9 commit d4f445c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -11,8 +11,8 @@ envlist =
commands =
{envbindir}/buildout -c {toxinidir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir} bootstrap
{envbindir}/buildout -c {toxinidir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir} install test test_with_gs
{envbindir}/test
coverage run {envbindir}/test_with_gs
{envbindir}/test {posargs:-cv}
coverage run {envbindir}/test_with_gs {posargs:-cv}

skip_install = true
deps =
Expand Down

0 comments on commit d4f445c

Please sign in to comment.