language: python python: - "2.7" branches: only: - master install: - pip install tox script: - tox env: - TOXENV=py27 - TOXENV=py34 - TOXENV=doc - TOXENV=sphinx