Skip to content

Commit

Permalink
add .travis.yml to enable Travis-CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoegl committed Nov 11, 2012
1 parent 56ccab9 commit 7be8faa
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: pip install simplejson minimock
# command to run tests
script: nosetests

0 comments on commit 7be8faa

Please sign in to comment.