2013-03-06 19:23:53 -05:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "pypy"
|
2014-04-19 23:29:44 +03:00
|
|
|
- "2.6"
|
2013-03-06 19:23:53 -05:00
|
|
|
- "2.7"
|
|
|
|
- "3.3"
|
2014-04-30 09:24:19 +03:00
|
|
|
- "3.4"
|
2014-05-13 19:39:07 +05:30
|
|
|
cache:
|
|
|
|
- $HOME/.pip-cache
|
2014-04-19 23:29:44 +03:00
|
|
|
# command to run tests
|
2013-08-24 09:03:11 -06:00
|
|
|
script: make travis
|
2014-11-05 21:01:10 -06:00
|
|
|
after_success: make coveralls
|
2013-03-06 21:12:18 -05:00
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
- paultag@gmail.com
|
2013-03-09 17:25:48 -05:00
|
|
|
irc:
|
|
|
|
channels:
|
2013-03-09 17:30:07 -05:00
|
|
|
- "irc.freenode.net#woo-city-commits"
|
2013-04-01 09:21:12 -04:00
|
|
|
- "irc.freenode.net#hy"
|
2013-04-10 21:44:23 -04:00
|
|
|
on_success: change
|
|
|
|
on_failure: change
|
|
|
|
use_notice: false
|
|
|
|
# blacklist
|
|
|
|
branches:
|
|
|
|
except:
|
|
|
|
- debian
|