Skip to content

Commit

Permalink
Merge pull request #36 from Yelp/travis
Browse files Browse the repository at this point in the history
Add initial .travis.yml
  • Loading branch information
nhandler committed Nov 10, 2015
2 parents fb94a2f + 848ba5e commit 59ba5f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: python
python:
- "2.7"
install: "pip install -r requirements.txt"
script: make test

0 comments on commit 59ba5f0

Please sign in to comment.