From 0228d22b3d0ab771c73c3b2453a328e0de126f95 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 18 Jan 2017 14:31:43 -0500 Subject: [PATCH] Fix tox definition file for registry tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ab0dd9b42..648cb2ccc 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ deps = setenv = PYTHONPATH = {toxinidir}:{toxinidir} TEST=true - registry: FILE="registry_tests.py" + registry: FILE="test/registry_tests.py" unittest: FILE="" commands = py.test --verbose {env:FILE} -vv {posargs}