diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000000000000000000000000000000000000..bd0c0a829ce08954a0ba5ab68df99d3b4fe7de2b
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,11 @@
+[testenv]
+deps=
+  nose
+  coverage
+  mox
+commands=
+  nosetests \
+	--with-coverage --cover-package=http_hmac --cover-erase --cover-html --cover-html-dir=htmlcov \
+	--with-xunit \
+        []        # substitute with tox' positional arguments
+