From f7b3376e53d75b3068b3ebb555144731c3ad2ce6 Mon Sep 17 00:00:00 2001 From: Lukas P Date: Fri, 19 Aug 2016 10:45:34 -0400 Subject: [PATCH] Use linux TERM for tests in python 2.6.9 on OS X See SeattleTestbed/seash#99 for further info --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ecc2433..9c543b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,7 +65,7 @@ matrix: # recipe. - language: generic os: osx - env: Python='2.6.9' PythonBin="/Users/travis/.pyenv/versions/2.6.9/bin/python" + env: Python='2.6.9' PythonBin="/Users/travis/.pyenv/versions/2.6.9/bin/python" TERM='linux' install: #brew update; #brew install python26; # This is no longer available.