Ignore python tests in node_modules

openapi3
Cristi Vîjdea 2018-05-14 18:57:29 +03:00
parent ae5eeeb600
commit 94f6ca8c89
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ commands =
[pytest]
DJANGO_SETTINGS_MODULE = testproj.settings.local
python_paths = testproj
addopts = -n 3
addopts = -n 3 --ignore=node_modules
[flake8]
max-line-length = 120