machine: python: version: 2.7 checkout: post: - git submodule update --init - pip install -U pip setuptools virtualenv dependencies: pre: - pip install tox test: override: - tox -e py27