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

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

[testenv:pep8]
commands =
   flake8 {posargs}

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