summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2015-07-31 22:50:05 -0700
committerToshio Kuratomi <toshio@fedoraproject.org>2015-07-31 23:45:10 -0700
commit87cb7f814776d9b6eb9cad4c0aed30b443277983 (patch)
tree009944676e892a8e626b01d45d056809ead8a582 /tox.ini
parent53ae326603f7b9281a9d135b813007a148820910 (diff)
downloadansible-87cb7f814776d9b6eb9cad4c0aed30b443277983.tar.gz
Push python2.4 check into travis
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index dd94e045ab..ad3d37b521 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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