From 632395a872f742d8429bd1271da37449d14f2f1c Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Mon, 14 May 2018 14:26:45 +0200 Subject: [PATCH] pass on env variables in tox builds --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 6142681..142ca43 100644 --- a/tox.ini +++ b/tox.ini @@ -13,6 +13,7 @@ deps = nose hypothesis!=3.56.9 viivakoodi commands = py.test --cov escpos +passenv = ESCPOS_CAPABILITIES_PICKLE_DIR ESCPOS_CAPABILITIES_FILE CI TRAVIS TRAVIS_* APPVEYOR APPVEYOR_* CODECOV_* [testenv:docs] basepython = python