diff options
author | James Cammarata <jimi@sngx.net> | 2015-07-31 22:55:59 -0400 |
---|---|---|
committer | James Cammarata <jimi@sngx.net> | 2015-07-31 22:55:59 -0400 |
commit | 7c332b63dc6da749fbcf0dfd7e9fae1793201660 (patch) | |
tree | 37c9e79e19c24351914123919ed2f6d5e6b7a547 /tox.ini | |
parent | e7009a14b4589b3202d7f8a4fe7b6eaa4e1ece24 (diff) | |
download | ansible-7c332b63dc6da749fbcf0dfd7e9fae1793201660.tar.gz |
Updating tox script too
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,12 +9,12 @@ whitelist_externals = make [testenv:py26] commands = python -m compileall -fq -x 'test|samples|contrib/inventory/vagrant.py' . - python2.4 -m compileall -fq -x 'module_utils/(a10|rax|openstack|ec2|gce).py' lib/ansible/module_utils + #python2.4 -m compileall -fq -x 'module_utils/(a10|rax|openstack|ec2|gce).py' lib/ansible/module_utils make tests deps = -r{toxinidir}/test-requirements.txt whitelist_externals = make - python2.4 + #python2.4 [testenv:py27] commands = |