From 9ac90afbd8b51703711496d66dd59f3866489a50 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Fri, 4 Aug 2017 13:42:07 +0200 Subject: [PATCH] add viivakoodi to dep in tox-file --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index d51853c..a6e6fca 100644 --- a/tox.ini +++ b/tox.ini @@ -11,6 +11,7 @@ deps = nose pytest-cov pytest-mock hypothesis + viivakoodi commands = py.test --cov escpos [testenv:docs]