Skip to content

Instantly share code, notes, and snippets.

@pjvds
Last active December 21, 2015 22:39
Show Gist options
  • Save pjvds/6377228 to your computer and use it in GitHub Desktop.
Save pjvds/6377228 to your computer and use it in GitHub Desktop.
A wercker.yml that also install the libfreetype-dev headers
box: wercker/python
build:
steps:
- install-packages:
packages: libfreetype6-dev
- pip-install
- script:
name: tests
code: python tests.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment