hy/.travis.yml

22 lines
420 B
YAML
Raw Normal View History

2013-03-06 19:23:53 -05:00
language: python
python:
- "pypy"
- "2.7"
- "3.2"
- "3.3"
2013-03-13 20:02:16 -04:00
- "2.6"
2013-03-06 19:23:53 -05:00
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# # command to run tests
script: nosetests
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"
- "irc.freenode.net#hy"
2013-03-09 17:25:48 -05:00
on_success: always
on_failure: always
use_notice: true