Correct typo
This commit is contained in:
parent
c346788194
commit
176b04a812
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -27,5 +27,5 @@ whitelist_externals = make
|
||||||
commands =
|
commands =
|
||||||
python -m compileall -fq -x 'lib/ansible/module_utils' lib
|
python -m compileall -fq -x 'lib/ansible/module_utils' lib
|
||||||
make tests
|
make tests
|
||||||
deps = -r-r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
whitelist_externals = make
|
whitelist_externals = make
|
||||||
|
|
Loading…
Reference in a new issue