summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 1052309e089a8b03176e82691c0490cbc01c848f (plain)
1
2
3
4
5
6
7
8
9
[tox]
envlist = py27,py32

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