Use a virtualenv
This commit is contained in:
parent
9d2a93ad7b
commit
35ae69f2e1
1 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,14 @@
|
|||
|
||||
set -ex
|
||||
|
||||
virtualenv env
|
||||
. env/bin/activate
|
||||
pip install \
|
||||
docutils \
|
||||
pygments \
|
||||
Jinja2 \
|
||||
jsonschema
|
||||
|
||||
(cd event-schemas/ && ./check_examples.py)
|
||||
(cd api && ./check_examples.py)
|
||||
(cd scripts && ./gendoc.py -v)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue