From e2b063bdc6acef2b0d359a56ed4ee66b06771fb7 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Thu, 14 Nov 2013 21:00:54 -0600 Subject: [PATCH] Update tox.ini to usedevelop The 0.8 hacking tests were failing because it fails to open the sample files during import. Setting usedevelop=True in the tox.ini makes the tests run in the right directory. Change-Id: I7b8f531f669e38e1b009a50d2ed9e9c98cf82e53 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index c41c8b8b..92f929c4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,10 @@ [tox] +minversion = 1.6 +skipsdist = True envlist = py26,py27,py33,pep8 [testenv] +usedevelop = True setenv = VIRTUAL_ENV={envdir} LANG=en_US.UTF-8 LANGUAGE=en_US:en