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