Remove -x as default option to py.test

This commit is contained in:
Sybren A. Stüvel 2018-02-01 11:42:27 +01:00
parent 47e0e6bc42
commit 39a23a80c9

View File

@ -1,5 +1,5 @@
[tool:pytest]
addopts = -v --cov attract --cov-report term-missing --ignore node_modules -x
addopts = -v --cov attract --cov-report term-missing --ignore node_modules
[pep8]
max-line-length = 100