mirror of
https://github.com/python-escpos/python-escpos
synced 2025-08-24 09:03:34 +00:00
add flake8 config
This commit is contained in:
7
tox.ini
7
tox.ini
@@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py27, py34, py35, docs
|
||||
envlist = py27, py34, py35, docs, flake8
|
||||
|
||||
[testenv]
|
||||
deps = nose
|
||||
@@ -19,3 +19,8 @@ changedir = doc
|
||||
deps = sphinx>=1.5.1
|
||||
setuptools_scm
|
||||
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
||||
|
||||
[testenv:flake8]
|
||||
basepython = python
|
||||
deps = flake8
|
||||
commands = flake8
|
||||
|
Reference in New Issue
Block a user