virtualenvs are the worst

pull/1386/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:
build-docs:
docker:
- image: uhoreg/matrix-doc-build
- image: circleci/python:2.7
steps:
- checkout
- run: pip install -r scripts/requirements.txt
- run: python scripts/gendoc.py
workflows:

Loading…
Cancel
Save