Files
attract/setup.cfg
Sybren A. Stüvel 5abfad4d0d Made unittests work again.
- ignore node_modules
- rename attract_server → attract
- removed your mother
2016-09-07 10:06:16 +02:00

6 lines
119 B
INI

[tool:pytest]
addopts = -v --cov attract --cov-report term-missing --ignore node_modules
[pep8]
max-line-length = 100