summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2012-10-23 21:48:13 +0200
committerIb Lundgren <ib.lundgren@gmail.com>2012-10-23 21:48:13 +0200
commitc1926d1a92098b2477b7993a4397f44947884175 (patch)
tree11987274536c63ab88f2cb8afd9831ccecb72c8c /tox.ini
parent1a8e59f6889f79f4280d49284dabdac8bee003c4 (diff)
downloadoauthlib-c1926d1a92098b2477b7993a4397f44947884175.tar.gz
Tox for 3.1,3.2,3.3
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini22
1 files changed, 20 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index ded5dc6..ce26b9f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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