-
Richard van der Hoff authored
because we may not have pep8 installed at the system level
Richard van der Hoff authoredbecause we may not have pep8 installed at the system level
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
jenkins.sh 272 B
#!/bin/sh
set -e
make clean
rm -f olm-*.tgz
make lib
make test
virtualenv env
. env/bin/activate
pip install pyyaml
pip install pep8
./python/test_olm.sh
pep8 -v python
. ~/.emsdk_set_env.sh
make js
(cd javascript && npm install && npm run test)
npm pack javascript