#63 Add support for running the tests with tox
Merged by pingou. Opened by pingou.
add_tox  into  develop

Download 63.patch
no initial comment

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

1 new commit added

  • 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

Metadata