Skip to content

Commit

Permalink
Merge pull request #49 from luzfcb/patch-1
Browse files Browse the repository at this point in the history
If no c extension support, dont include "extension-coveralls"
  • Loading branch information
ionelmc committed Feb 23, 2016
2 parents 86d6987 + c4e531e commit c1a8bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.repo_name}}/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ basepython =
py33: {env:TOXPYTHON:python3.3}
py34: {env:TOXPYTHON:python3.4}
py35: {env:TOXPYTHON:python3.5}
{clean,check,report,extension-coveralls,coveralls,codecov}: python3.5
{clean,check,report,{% if cookiecutter.c_extension_support|lower == "yes" %}extension-coveralls,{% endif %}coveralls,codecov}: python3.5
bootstrap: python
setenv =
PYTHONPATH={toxinidir}/tests
Expand Down

0 comments on commit c1a8bbf

Please sign in to comment.