Skip to content

Commit

Permalink
Use linux TERM for tests in python 2.6.9 on OS X
Browse files Browse the repository at this point in the history
See SeattleTestbed/seash#99 for further info
  • Loading branch information
lukpueh committed Aug 19, 2016
1 parent 01844b5 commit f7b3376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f7b3376

Please sign in to comment.