Files
netbox/tox.ini
2020-02-27 08:46:57 -05:00

17 lines
293 B
INI

[tox]
envlist=py3
skipsdist=True
minversion=2.5.0
[testenv]
description=
run tests with django.
deps=
-r{toxinidir}/requirements.txt
pycodestyle
tblib
changedir = netbox
commands=
pycodestyle --ignore=W504,E501 .
python manage.py test --failfast --noinput --parallel 5 --no-color