[ci-workers] Install Python modules in a virtualenv

This commit is contained in:
Jack Grigg
2017-10-20 15:34:11 +13:00
parent 0952b02585
commit c9c2650456
6 changed files with 29 additions and 12 deletions

View File

@@ -34,6 +34,10 @@ grind_deps:
- lcov
- valgrind
# Python modules required on the system
system_modules:
- virtualenv
# Python modules required for a Zcash Buildbot worker
buildbot_modules:
- pip # Needs to be updated first so Buildbot installs
@@ -44,6 +48,3 @@ buildbot_modules:
rpc_test_modules:
- pyblake2
- pyzmq
# Environment variables
pip_bin_dir: /usr/local/bin