Files
netbox/tox.ini
Marco Ceppi 67cc069857 Update project scaffolding
* Use nginx for static files
* Add netbox to docker-compose
* Lint source code
* Update nginx.conf to actually work
* Build a base `branch` tag for latest of that branch
2019-10-08 11:07:47 -04:00

17 lines
294 B
INI

[tox]
envlist=py36
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