Skip to content

Instantly share code, notes, and snippets.

@yukirin
Created July 24, 2014 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yukirin/71a605f1d7e836ccf2e7 to your computer and use it in GitHub Desktop.
Save yukirin/71a605f1d7e836ccf2e7 to your computer and use it in GitHub Desktop.
werckerでbox作成
name: python3.4-werckerbox
version: 0.2.1
inherits: wercker/ubuntu12.04-webessentials@1.0.4
type: main
platform: ubuntu@12.04
description: wercker box for python3.4
keywords:
- python
- python3
- python3.4
packages:
- python3.4@3.4.1
script: |
sudo add-apt-repository ppa:fkrull/deadsnakes -y
sudo apt-get update -y
sudo apt-get install python3.4 -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment