Ignore python tests in node_modules
parent
ae5eeeb600
commit
94f6ca8c89
2
tox.ini
2
tox.ini
|
|
@ -46,7 +46,7 @@ commands =
|
||||||
[pytest]
|
[pytest]
|
||||||
DJANGO_SETTINGS_MODULE = testproj.settings.local
|
DJANGO_SETTINGS_MODULE = testproj.settings.local
|
||||||
python_paths = testproj
|
python_paths = testproj
|
||||||
addopts = -n 3
|
addopts = -n 3 --ignore=node_modules
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue