# Wire up travis language: python env: - TOX_ENV=py26 - TOX_ENV=py27 - TOX_ENV=py32 - TOX_ENV=py33 - TOX_ENV=py34 - TOX_ENV=pypy - TOX_ENV=cover install: - pip install tox script: - tox -e $TOX_ENV notifications: email: - pyramid-checkins@lists.repoze.org