summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2015-08-27 22:08:40 +0300
committerMarius Gedminas <marius@gedmin.as>2015-08-27 22:15:57 +0300
commit9e82ecaf910370089ca02508eb09be9b79b7e141 (patch)
tree761c94ce02fd6a93df878b7a1ec380bba1e28d9a
parent709dbbc7db590bfced0a9f90103883893fe6473f (diff)
downloadansible-9e82ecaf910370089ca02508eb09be9b79b7e141.tar.gz
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.)
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e2f68560f8..643ab11dac 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