Merge pull request #265 from cgohlke/patch-3

Don't skip 'import site' on initialization when running tests for inplac...
This commit is contained in:
Alex Clark ☺ 2013-07-01 03:30:34 -07:00
commit 3b22bdae38

View File

@ -20,7 +20,6 @@ python_options = []
tester_options = []
if "--installed" not in sys.argv:
python_options.append("-S")
os.environ["PYTHONPATH"] = "."
if "--coverage" in sys.argv: