1 new commit added
Add a .cico.pipeline file
Optional: you can add diff-coverage like this:
[testenv:diff-cover] deps = diff-cover commands = diff-cover coverage.xml --compare-branch=origin/develop --fail-under=100
If you want to add diff-coverage as suggested below, don't forget to change this line to:
envlist = py27,diff-cover
LGTM
We should put passenv = HOME somewhere in this section
passenv = HOME
Specify the HOME variable to tox
I recommend to add bandit.
2 new commits added
Fix the test suite
Add diff-cover to the tox.ini
I've added a commit fixing the unit-test suite :)
:thumbsup:
Thanks! :)
Pull-Request has been merged by pingou