summaryrefslogtreecommitdiff
path: root/pytest.ini
Commit message (Collapse)AuthorAgeFilesLines
* Upload coverage from GHA (#480)Hugo van Kemenade2020-11-141-1/+0
| | | | | * Upload coverage from GHA * Fix PytestConfigWarning: Unknown config option: python_paths
* Don't omit tests from coverage ↵Hugo2019-10-201-1/+1
| | | | https://nedbatchelder.com/blog/201908/dont_omit_tests_from_coverage.html
* Add project release config and cleanup project setup. (#398)Jannis Leidel2019-10-181-0/+4
* Add project release config and use Travis build stages. Refs #378. * Restructure project to use src/ and tests/ directories. * Fix testing. * Remove eggs. * More fixes. - isort and flake8 config - manifest template update - tox ini extension - docs build fixes - docs content fixes * Docs and license cleanup.