Skip to content

Commit b8d5c44

Browse files
committed
Fix extras requirement in tox configuration
1 parent 8380083 commit b8d5c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ commands =
3030
setenv =
3131
PYTHONPATH = {toxinidir}/webware
3232
extras =
33-
test
33+
tests
3434
commands =
3535
python -m unittest discover -fv -p Test*.py

0 commit comments

Comments
 (0)