Skip to content

Commit

Permalink
Added .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flashingpumpkin committed Feb 26, 2013
1 parent f3cec5b commit 652b165
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: python
python:
- "2.6"
- "2.7"
# command to install dependencies
install:
- python setup.py develop
script: python setup.py test

0 comments on commit 652b165

Please sign in to comment.