2012-09-10 14:36:07 -04:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.5"
|
|
|
|
- "2.6"
|
|
|
|
- "2.7"
|
2013-10-30 19:02:01 -04:00
|
|
|
- "3.2"
|
|
|
|
- "3.3"
|
2012-09-10 14:36:07 -04:00
|
|
|
install:
|
|
|
|
# Self-install for setup.py-driven deps
|
|
|
|
- pip install -e .
|
2013-09-27 23:09:41 -04:00
|
|
|
script: python test.py --verbose
|
2012-09-10 14:36:07 -04:00
|
|
|
notifications:
|
|
|
|
irc:
|
2012-11-29 18:37:22 -05:00
|
|
|
channels: "irc.freenode.org#paramiko"
|
2012-09-10 14:36:07 -04:00
|
|
|
on_success: change
|
|
|
|
on_failure: change
|