Skip to content
Snippets Groups Projects
Commit b3ecad34e937 authored by Philippe Pepiot's avatar Philippe Pepiot
Browse files

Add a tox configuration for running flake8 checks

parent 3dd93a8c8f57
No related branches found
No related tags found
No related merge requests found
tox.ini 0 → 100644
[tox]
envlist = flake8
skipsdist = true
[testenv:flake8]
basepython = python2
skip_install = true
deps = flake8
commands =
{envpython} -m flake8 {toxinidir}/benchmarks {toxinidir}/*.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment