From dae6a276ea0404095d4814f3fff475abc11d2889 Mon Sep 17 00:00:00 2001 From: hugovk Date: Mon, 3 Aug 2015 13:54:21 +0300 Subject: [PATCH] Let Tox use these env vars --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index ec0e215..b5dd199 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,11 @@ recreate = False [testenv] downloadcache = {homedir}/.pipcache +setenv = + PYLAST_USERNAME={env:PYLAST_USERNAME:} + PYLAST_PASSWORD_HASH={env:PYLAST_PASSWORD_HASH:} + PYLAST_API_KEY={env:PYLAST_API_KEY:} + PYLAST_API_SECRET={env:PYLAST_API_SECRET:} deps = pyyaml pytest