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

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

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

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