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

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

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