summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 37ce2d140671f706ee3cd5784cb1645a5e0fae46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[tox]
envlist = pep8,py36,py27,py35,py34,pypy

[testenv]
commands =
    /bin/bash -c 'pytest _test/test_*.py'
deps =
    pytest
    flake8==3.3.0
    ruamel.std.pathlib

[testenv:pep8]
commands =
    flake8  --exclude .tox,jabsy,jinja2,base,cmd,convert{posargs}

[flake8]
show-source = True
max-line-length = 95
exclude = _test/lib,.hg,.git,.tox,dist,.cache,__pycache__,ruamel.zip2tar.egg-info