summaryrefslogtreecommitdiff
path: root/tox.ini
blob: c5d5e5c257c93656dbc30f051d3836eaece700a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist = py26,py27,py32,py33,style

[testenv]
commands = nosetests -d --with-coverage --cover-inclusive --cover-package cliff []
deps = 
    nose
    mock
    coverage

[testenv:style]
deps = flake8
commands = flake8 cliff docs/source/conf.py tests setup.py