summaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 4b8495539c3cffafdc0efdca74e9efd41d14409e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist = pep8
skipsdist = true

[testenv]
deps =
  -r{toxinidir}/requirements.txt
  -r{toxinidir}/test-requirements.txt

[testenv:pep8]
basepython = python3
commands = flake8