Skip to content
Snippets Groups Projects
Commit 18b067a4 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

jenkins.sh: Run python bits in a virtualenv

because we may not have pep8 installed at the system level
parent 0fd406cc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment