extra libs

This commit is contained in:
Andrei Barbu 2017-03-11 21:58:34 -05:00
parent fa956373ca
commit 4d8ad76e4c

View File

@ -5,7 +5,7 @@ dependencies:
- ~/.cache/pip
pre:
- rm -rf /opt/circleci/.pyenv
- sudo apt-get install -y python3-pip git libtinfo-dev libzmq3-dev
- sudo apt-get install -y python3-pip git libtinfo-dev libzmq3-dev libcairo2-dev libpango1.0-dev
- sudo pip3 install pip --upgrade
- sudo pip3 install -r requirements.txt
- curl -sSL https://get.haskellstack.org/ | sh