summaryrefslogtreecommitdiff
path: root/tox.ini
blob: e29a2cd1313779705bcb04aa42ee3e85d1b6ef42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# TODO(ib-lundgren): Fix this, it's ugly...
[tox]
envlist = py26,py27,py31,py32,py33
[testenv:py26]
deps=nose
     unittest2
     pycrypto
     mock
commands=nosetests -w tests
[testenv:py27]
deps=nose
     unittest2
     pycrypto
     mock
commands=nosetests -w tests
[testenv:py31]
deps=nose
     pycrypto
     mock
commands=nosetests -w tests
[testenv:py32]
deps=nose
     pycrypto
     mock
commands=nosetests -w tests
[testenv:py33]
deps=nose
     pycrypto
     mock
commands=nosetests -w tests