Add pylint config and testenv

This commit is contained in:
Ian Cordasco 2016-02-19 15:10:17 -06:00
parent fbd5944f15
commit 85c199ea34
2 changed files with 389 additions and 0 deletions

11
tox.ini
View file

@ -24,6 +24,17 @@ deps =
commands =
flake8
[testenv:pylint]
basepython = python3
skipsdist = true
skip_install = true
use_develop = false
deps =
.
pylint
commands =
pylint flake8
[testenv:docs]
deps =
sphinx>=1.3.0