sudo: false language: python install: - pip install tox script: - tox env: - TOXENV=py27 - TOXENV=py33 - TOXENV=py34 - TOXENV=pep8 - TOXENV=docs