diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-11-22 16:57:50 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-11-22 16:57:50 +0000 |
commit | 18b067a46f575299a80349d2a5dce74b7dad88de (patch) | |
tree | a65193969be1d7aba957ea103e9bfa9eba3722be /jenkins.sh | |
parent | 0fd406cca825c6b93fdd854551e53b26fc33028a (diff) |
jenkins.sh: Run python bits in a virtualenv
because we may not have pep8 installed at the system level
Diffstat (limited to 'jenkins.sh')
-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 |