summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2015-08-27 12:18:16 -0700
committerToshio Kuratomi <a.badger@gmail.com>2015-08-27 12:18:16 -0700
commit69071666673a1ea6e6c90a8e4edfc81b351ba133 (patch)
treeb65eab1a05f8086d11f0b633ff97901dae566415 /tox.ini
parent2ac931d6c9717353fb46984e5aabe8a894e6e3f8 (diff)
parentc846bab69b06134cc42862557aef59367296d47e (diff)
downloadansible-69071666673a1ea6e6c90a8e4edfc81b351ba133.tar.gz
Merge pull request #12119 from mgedmin/py3k
Some steps towards Python 3 support
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1031d051e9..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 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