mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-14 07:24:11 +01:00
Use a virtualenv
This commit is contained in:
parent
9d2a93ad7b
commit
35ae69f2e1
|
|
@ -2,6 +2,14 @@
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
virtualenv env
|
||||||
|
. env/bin/activate
|
||||||
|
pip install \
|
||||||
|
docutils \
|
||||||
|
pygments \
|
||||||
|
Jinja2 \
|
||||||
|
jsonschema
|
||||||
|
|
||||||
(cd event-schemas/ && ./check_examples.py)
|
(cd event-schemas/ && ./check_examples.py)
|
||||||
(cd api && ./check_examples.py)
|
(cd api && ./check_examples.py)
|
||||||
(cd scripts && ./gendoc.py -v)
|
(cd scripts && ./gendoc.py -v)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue