From 9e82ecaf910370089ca02508eb09be9b79b7e141 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Thu, 27 Aug 2015 22:08:40 +0300 Subject: [PATCH] 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.) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e2f68560f82..643ab11dac3 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ whitelist_externals = make [testenv:py34] commands = 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 deps = -r{toxinidir}/test-requirements.txt whitelist_externals = make