Travis integration

(cherry picked from commit 4cb9fed74bbde4730d2901dde4adb7cb47ae796a)
This commit is contained in:
Jeff Forcier 2012-09-10 11:36:07 -07:00
parent 557eb524f0
commit f8bb0433a2
1 changed files with 14 additions and 0 deletions

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: python
python:
- "2.5"
- "2.6"
- "2.7"
install:
# Self-install for setup.py-driven deps
- pip install -e .
script: python test.py
notifications:
irc:
channels: "irc.freenode.org#fabric"
on_success: change
on_failure: change