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

[testenv]
deps=nose
     pycrypto
     mock
commands=nosetests -w tests

[testenv:py26]
deps=unittest2
     {[testenv]deps}

[testenv:py27]
deps=unittest2
     {[testenv]deps}