Skip to content

Instantly share code, notes, and snippets.

@mies
Forked from pjvds/wercker.yml
Last active December 21, 2015 22:48
Show Gist options
  • Save mies/6377294 to your computer and use it in GitHub Desktop.
Save mies/6377294 to your computer and use it in GitHub Desktop.
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