Commit 9e82ecaf by Marius Gedminas

Disable compileall test for contrib/ in tox -e py34

(This is supposed to be temporary, until the code under contrib/ gets
cleaned up from all the remaining print statements.)
parent 709dbbc7
...@@ -26,7 +26,7 @@ whitelist_externals = make ...@@ -26,7 +26,7 @@ whitelist_externals = make
[testenv:py34] [testenv:py34]
commands = commands =
python --version python --version
python -m compileall -fq -x 'lib/ansible/module_utils|lib/ansible/modules' lib test contrib python -m compileall -fq -x 'lib/ansible/module_utils|lib/ansible/modules' lib test
make tests make tests
deps = -r{toxinidir}/test-requirements.txt deps = -r{toxinidir}/test-requirements.txt
whitelist_externals = make whitelist_externals = make
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment