machine: python: version: 2.7.5 dependencies: pre: - pip install -U setuptools - pip install -r requirements-test.txt post: - pyenv local 3.4.3 2.7.6 test: override: - tox general: artifacts: - coverage branches: ignore: - gh-pages deployment: production: branch: master commands: - pip install -r requirements-docs.txt - git config --global user.email "ci@circleci.com" - git config --global user.name "CircleCI" - "cd docs && make gh-pages" - ./release.sh