From b7eb96d116706aec495f053447fc9f39cc2932bf Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 24 Jun 2018 22:07:05 +0100 Subject: [PATCH] issue #275: tests: don't explicitly specify interpreter path. --- .travis/ansible_tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis/ansible_tests.sh b/.travis/ansible_tests.sh index b5162ae0..bd1af85a 100755 --- a/.travis/ansible_tests.sh +++ b/.travis/ansible_tests.sh @@ -45,7 +45,6 @@ echo \ target \ ansible_host=$DOCKER_HOSTNAME \ ansible_port=2201 \ - ansible_python_interpreter=/usr/bin/python2.7 \ ansible_user=mitogen__has_sudo_nopw \ ansible_password=has_sudo_nopw_password \ >> ${TMPDIR}/hosts