summaryrefslogtreecommitdiff
path: root/tox.ini
blob: b1a9488aae9d004c1478e49f00db87929c61abda (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