id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 13006 TravisCI and AppVeyor build failures for Python 2.6 and OSX Ryan J Ollos Ryan J Ollos "There may be multiple problems at play here, but I suspect some failures are due to recent security changes to pypi and/or pip. Here is a TravisCI failure on OSX with 1.2-stable. It seems that `easy_install` doesn't find `virtualenv` on pypi. {{{ 0.61s$ if [ ""$TRAVIS_OS_NAME"" = osx ]; then test -d $HOME/venv-lib || mkdir $HOME/venv-lib PYTHONPATH=$HOME/venv-lib /usr/bin/easy_install-$pyver \ --index-url=https://pypi.python.org/simple/ -ZU -d $HOME/venv-lib virtualenv PYTHONPATH=$HOME/venv-lib /usr/bin/python$pyver -m virtualenv --no-download $HOME/venv-$pyver source $HOME/venv-$pyver/bin/activate fi Creating /Users/travis/venv-lib/site.py Searching for virtualenv Reading https://pypi.python.org/simple/virtualenv/ Couldn't find index page for 'virtualenv' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading https://pypi.python.org/simple/ No local packages or download links found for virtualenv error: Could not find suitable distribution for Requirement.parse('virtualenv') /usr/bin/python2.6: No module named virtualenv /Users/travis/.travis/job_stages: line 62: /Users/travis/venv-2.6/bin/activate: No such file or directory }}} I'm going to try replacing the `easy_install` command with `pip` installed via `get_pip.py`." enhancement closed normal 1.0.17 general normal fixed Fixed TravisCI test failures for Python 2.6.9 due to PyPI security changes. Removed Python 2.6.6 from AppVeyor test configuration.