language: python python: 2.7 env: - TOX_ENV=py27 - TOX_ENV=py3 - TOX_ENV=pep8 install: - pip install tox script: - tox -e $TOX_ENV