Travis integration
(cherry picked from commit 4cb9fed74bbde4730d2901dde4adb7cb47ae796a)
This commit is contained in:
parent
557eb524f0
commit
f8bb0433a2
|
@ -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
|
Loading…
Reference in New Issue