Fix tox definition file for registry tests

This commit is contained in:
Joseph Schorr 2017-01-18 14:31:43 -05:00
parent 64a6f10431
commit 0228d22b3d
1 changed files with 1 additions and 1 deletions

View File

@ -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}