Use CCM fork that is compatible with py3

This commit is contained in:
GregBestland
2016-11-09 11:19:29 -06:00
parent c3fbefbf00
commit 6760623c1c

View File

@@ -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