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

[testenv]
commands =
    py.test _test
deps =
    pytest
    flake8==2.5.5

[testenv:pep8]
commands =
   flake8 {posargs}

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