From 613cadd5758699dba7ff65735c12002b67722e4b Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Thu, 11 Feb 2016 00:20:06 -0800 Subject: [PATCH] have tox work off of the installed package instead of the source tree --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index a2f84e0..bf67817 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = py26,py27,py34,pypy [testenv] -# changedir = .tox +changedir = .tox deps = -rrequirements-test.txt -commands = py.test --doctest-modules boltons tests +commands = py.test --doctest-modules {envsitepackagesdir}/boltons {toxinidir}/tests