summaryrefslogtreecommitdiff
path: root/tox.ini
blob: a218b5529476d84d3749dc9a433b0b5b72ec1586 (plain)
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = py, flake8

[testenv]
deps = pytest
commands = pytest

[testenv:flake8]
deps = flake8
       flake8-import-order
commands = flake8 --statistics --show-source --ignore=E501 --exclude=.venv,.tox,*egg,*.egg-info,build,dist .