From b48bbd7bace0550ccd2fa31738c89d0186b3eea4 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Wed, 30 Jan 2013 18:45:24 +0000
Subject: [PATCH] add Tox configuration for tests

---
 tox.ini | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 tox.ini

diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..bd0c0a8
--- /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
+
-- 
GitLab