Ignore python tests in node_modules

This commit is contained in:
Cristi Vîjdea
2018-05-14 18:57:29 +03:00
parent ae5eeeb600
commit 94f6ca8c89
+1 -1
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