From 8effa23ad74930a06a0f5386c64408850135624e Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 16 Oct 2015 12:59:23 -0700 Subject: [PATCH] Add unicode integration tests to be run in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9efa0fb60f6..29ed7d3d0f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,6 @@ script: - if test x"$TOXENV" != x'py24' ; then tox ; fi - if test x"$TOXENV" = x'py24' ; then python2.4 -V && python2.4 -m compileall -fq -x 'module_utils/(a10|rax|openstack|ec2|gce).py' lib/ansible/module_utils ; fi #- make -C docsite all -- if test x"$INTEGRATION" = x'yes' ; then source ./hacking/env-setup && cd test/integration/ && make test_var_precedence ; fi +- if test x"$INTEGRATION" = x'yes' ; then source ./hacking/env-setup && cd test/integration/ && make test_var_precedence && make unicode ; fi after_success: - coveralls