Add pytest-runner to run tests with py.test on setup.py test

This commit is contained in:
Florian Mounier
2016-07-04 14:29:38 +02:00
parent fd3b0718fd
commit 4b74102e1c
4 changed files with 15 additions and 0 deletions

3
pytest.ini Normal file
View File

@@ -0,0 +1,3 @@
[pytest]
addopts = --flake8 --isort --cov radicale radicale
norecursedirs = dist .cache .git build *.egg-info .eggs venv