Skip to content

Commit

Permalink
adding travis-ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrosta committed Mar 21, 2012
1 parent b7adf7e commit 1faccc2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: python
python:
- 2.5
- 2.6
- 2.7
install: python setup.py -q install
script: python setup.py -q test

0 comments on commit 1faccc2

Please sign in to comment.