Skip to content

Commit

Permalink
Merge pull request #261 from msabramo/travis
Browse files Browse the repository at this point in the history
Add .travis.yml
  • Loading branch information
ianb committed May 1, 2012
2 parents cc35c07 + 8cf55a4 commit d771af4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
language: python
python:
- "2.5"
- "2.6"
- "2.7"
- "3.2"
- "pypy"
script:
- python setup.py test
notifications:
irc:
channels: "irc.freenode.org#pip"
on_success: change
on_failure: change

0 comments on commit d771af4

Please sign in to comment.