Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
konomae committed Dec 29, 2013
1 parent ba555aa commit bd773b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: python
python:
- "2.7"
install:
- "pip install -r requirements.txt"
script:
- "nosetests"

0 comments on commit bd773b4

Please sign in to comment.