Skip to content

Commit

Permalink
Disable compileall test for contrib/ in tox -e py34
Browse files Browse the repository at this point in the history
(This is supposed to be temporary, until the code under contrib/ gets
cleaned up from all the remaining print statements.)
  • Loading branch information
mgedmin committed Aug 27, 2015
1 parent 709dbbc commit 9e82eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9e82eca

Please sign in to comment.