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

[testenv]
deps = -rrequirements.test.txt
commands = pytest

[testenv:codestyle]
deps = pycodestyle
# E501 - line too long
commands = pycodestyle --ignore=E501 pycco