diff --git a/tox.ini b/tox.ini
index 8396c0883afaea22353a1be3544248f5b1cd2005..9f795435119f53c5bff73037ea20226b4072f2ad 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,4 +1,5 @@
 [tox]
 envlist = py24,py25,py26,py27
 [testenv]
-commands=unit2 discover
\ No newline at end of file
+commands=python setup.py test
+deps=unittest2