Fix tox definition file for registry tests
This commit is contained in:
parent
64a6f10431
commit
0228d22b3d
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
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}
|
||||
|
|
Reference in a new issue