Skip to content

Commit

Permalink
Add Travis-CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolish committed Jan 29, 2013
1 parent 9f9cc2c commit 1b5bd3d
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 @@
python:
- "2.6"
- "2.7"

install:
- "python setup.py install"

script: python setup.py test

0 comments on commit 1b5bd3d

Please sign in to comment.