Skip to content

Commit

Permalink
Fix missing return in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcollinsiii authored and darjus committed Jan 13, 2017
1 parent 7b87f56 commit d8bfdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ commands =
{toxinidir}/scripts/ci/install
{envbindir}/python setup.py develop
py.test --cov {envsitepackagesdir}/botoflow --junitxml={toxinidir}/build/xunit/{envname}/junit.xml
{toxinidir}/scripts/ci/fix-coverage-path --strip="{envsitepackagesdir}" {toxinidir}/coverage.xml
{toxinidir}/scripts/ci/fix-coverage-path --strip="{envsitepackagesdir}" {toxinidir}/coverage.xml

0 comments on commit d8bfdbd

Please sign in to comment.