From 74c02363e7afb30f0c6a24fb7c7e41b770a0ec2c Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sun, 8 Feb 2015 12:59:47 +0000 Subject: [PATCH] tox: PYTHONPATH that includes linter_plugin --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 2bd7edfe5..3d1a18c69 100644 --- a/tox.ini +++ b/tox.ini @@ -10,6 +10,9 @@ commands = python setup.py develop easy_install letsencrypt[testing] python setup.py test -q # -q does not suppress errors +setenv = + PYTHONPATH = {toxinidir} + [testenv:cover] basepython = python2.7 commands =