summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 7481b8c835c34412a0e3e2d43f49e6bdbf6d6350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[tox]
envlist = py27,py35,py34,py33,py26,pypy,jython

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

[pytest]
norecursedirs = test/lib .tox

[testenv:pep8]
commands =
   flake8 {posargs}

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