summaryrefslogtreecommitdiff
path: root/requirements/cov-requirements.in
Commit message (Collapse)AuthorAgeFilesLines
* Introduce Cython to the project and documentBenjamin Schubert2019-05-291-0/+1
| | | | | | | | | | | | | Cython requires a plugin to allow coverage of cython files, which was updated in coveragerc. It also means we need to build the dependencies and install cython for coverage. Cython requires access to both source and compiled files when running coverage. We therefore need to install project in develop mode. Updated documentation to explain how to run tests without tox but with coverage
* tox.ini / requirements: Separated coverage requirementsTristan Van Berkom2019-03-041-0/+2
Since coverage is optional, lets make it really optional.