Initial commit.

This commit is contained in:
Anthony Sottile 2014-03-13 08:41:35 -07:00
commit 27291ffa31
10 changed files with 330 additions and 0 deletions

8
.travis.yml Normal file
View file

@ -0,0 +1,8 @@
language: python
python:
- 2.6
- 2.7
install: pip install virtualenv
script: make