From 6760623c1ce3c9b4619c25d03bd5e45b872d8d6c Mon Sep 17 00:00:00 2001 From: GregBestland Date: Wed, 9 Nov 2016 11:19:29 -0600 Subject: [PATCH] Use CCM fork that is compatible with py3 --- build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.yaml b/build.yaml index 80a2aec9..16a09212 100644 --- a/build.yaml +++ b/build.yaml @@ -26,7 +26,7 @@ build: export JAVA_HOME=$CCM_JAVA_HOME export PATH=$JAVA_HOME/bin:$PATH - sudo python /home/jenkins/ccm/setup.py install + pip install git+https://github.com/GregBestland/ccm.git # Install dependencies if [[ $EVENT_LOOP_MANAGER == 'libev' ]]; then sudo apt-get install -y libev4 libev-dev