virtualenvs are the worst

This commit is contained in:
Stuart Mumford 2018-07-05 21:25:15 -06:00
parent d1c8ec9e48
commit 86b0045195
No known key found for this signature in database
GPG key ID: 60BC5C03E6276769

View file

@ -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: