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

[testenv]
deps =
    nose
    coverage
    pytz
commands = nosetests --with-coverage --cover-erase --cover-package=times {posargs}

[testenv:py26]
deps =
    nose
    coverage
    pytz
    unittest2