summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2012-04-30 02:53:08 +0200
committerIb Lundgren <ib.lundgren@gmail.com>2012-04-30 02:53:08 +0200
commit136ac665894e4d00ecb7481b8cfc704074a303d4 (patch)
tree18242bc3c9c0a4aadc9fc1e999dc0913c64bf3a8 /tox.ini
parent377872a65060e78886ed5266f7582f3e0be28bb7 (diff)
downloadoauthlib-136ac665894e4d00ecb7481b8cfc704074a303d4.tar.gz
Toxification step 1 #25
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..ded5dc6
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,7 @@
+[tox]
+envlist = py26,py27
+[testenv]
+deps=nose
+ unittest2
+ pycrypto
+commands=nosetests