Skip to content
Snippets Groups Projects
tox.ini 188 B
Newer Older
[tox]
envlist = flake8
skipsdist = true

[testenv:flake8]
basepython = python2
skip_install = true
deps = flake8
commands =
  {envpython} -m flake8 {toxinidir}/benchmarks {toxinidir}/*.py