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

[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 .