diff options
author | Toshio Kuratomi <toshio@fedoraproject.org> | 2015-07-31 22:50:05 -0700 |
---|---|---|
committer | Toshio Kuratomi <toshio@fedoraproject.org> | 2015-07-31 23:45:10 -0700 |
commit | 87cb7f814776d9b6eb9cad4c0aed30b443277983 (patch) | |
tree | 009944676e892a8e626b01d45d056809ead8a582 /tox.ini | |
parent | 53ae326603f7b9281a9d135b813007a148820910 (diff) | |
download | ansible-87cb7f814776d9b6eb9cad4c0aed30b443277983.tar.gz |
Push python2.4 check into travis
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,16 +8,16 @@ whitelist_externals = make [testenv:py26] commands = + python --version 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 make tests deps = -r{toxinidir}/test-requirements.txt whitelist_externals = make - python2.4 [testenv:py27] commands = + python --version python -m compileall -fq -x 'test|samples' . make tests deps = -r{toxinidir}/test-requirements.txt @@ -25,6 +25,7 @@ whitelist_externals = make [testenv:py34] commands = + python --version python -m compileall -fq -x 'lib/ansible/module_utils' lib make tests deps = -r{toxinidir}/test-requirements.txt |