moth/contrib/python/tox.ini

20 lines
278 B
INI
Raw Permalink Normal View History

2020-10-15 15:04:07 -06:00
[tox]
envlist = py38
[testenv]
deps = nose>=1.3.7
coverage==4.5.3
pylint>=2.6.0
flake8>=3.8.4
vulture>=2.1
bandit>=1.6
dodgy>=0.2
commands =
pylint moth --disable=C0301
flake8 moth
vulture moth --min-confidence 70
bandit -r moth
dodgy
2020-10-15 17:30:26 -06:00
nosetests --exe