diff options
| author | Ib Lundgren <ib.lundgren@gmail.com> | 2012-10-23 21:48:13 +0200 |
|---|---|---|
| committer | Ib Lundgren <ib.lundgren@gmail.com> | 2012-10-23 21:48:13 +0200 |
| commit | c1926d1a92098b2477b7993a4397f44947884175 (patch) | |
| tree | 11987274536c63ab88f2cb8afd9831ccecb72c8c /tox.ini | |
| parent | 1a8e59f6889f79f4280d49284dabdac8bee003c4 (diff) | |
| download | oauthlib-c1926d1a92098b2477b7993a4397f44947884175.tar.gz | |
Tox for 3.1,3.2,3.3
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -1,7 +1,25 @@ +# TODO(ib-lundgren): Fix this, it's ugly... [tox] -envlist = py26,py27 -[testenv] +envlist = py26,py27,py31,py32,py33 +[testenv:py26] deps=nose unittest2 pycrypto commands=nosetests +[testenv:py27] +deps=nose + unittest2 + pycrypto +commands=nosetests +[testenv:py31] +deps=nose + pycrypto +commands=nosetests +[testenv:py32] +deps=nose + pycrypto +commands=nosetests +[testenv:py33] +deps=nose + pycrypto +commands=nosetests |
