virtualenvs are the worst

pull/977/head
Stuart Mumford 6 years ago
parent d1c8ec9e48
commit 86b0045195
No known key found for this signature in database
GPG Key ID: 60BC5C03E6276769

@ -2,9 +2,10 @@ version: 2
jobs: jobs:
build-docs: build-docs:
docker: docker:
- image: uhoreg/matrix-doc-build - image: circleci/python:2.7
steps: steps:
- checkout - checkout
- run: pip install -r scripts/requirements.txt
- run: python scripts/gendoc.py - run: python scripts/gendoc.py
workflows: workflows:

Loading…
Cancel
Save