Correct typo

pull/4420/head
Toshio Kuratomi 2015-06-11 09:03:20 -07:00
parent c346788194
commit 176b04a812
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ whitelist_externals = make
commands =
python -m compileall -fq -x 'lib/ansible/module_utils' lib
make tests
deps = -r-r{toxinidir}/test-requirements.txt
deps = -r{toxinidir}/test-requirements.txt
whitelist_externals = make