Skip to content

Add linting to CI tests #20

@brahmlower

Description

@brahmlower

From conversation in #19, add playbook and python linting to the CI checks. Ben suggested using tox and flake8, providing this example tox config:

[tox]
envlist = py27,py35,py36

[testenv]
deps =
  flake8
command = flake8 library/

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions