script/lib/tweetstream/tox.ini
changeset 14 10e7a0c7c64f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/script/lib/tweetstream/tox.ini	Mon Feb 20 00:12:16 2012 +0100
@@ -0,0 +1,16 @@
+[tox]
+envlist = py25,py26,py27,py30,py31,py32
+
+[testenv]
+deps=pytest
+sitepackages=False
+commands=py.test --runslow
+
+[testenv:py30]
+changedir = .tox
+
+[testenv:py31]
+changedir = .tox
+
+[testenv:py32]
+changedir = .tox
\ No newline at end of file