diff options
-rwxr-xr-x | jenkins.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,6 +8,11 @@ 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 |
index : libolm | ||
Implementation of the olm and megolm cryptographic ratchets |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | jenkins.sh | 5 |
@@ -8,6 +8,11 @@ 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 |