hy/.travis.yml
2014-11-05 21:01:10 -06:00

28 lines
447 B
YAML

language: python
python:
- "pypy"
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
cache:
- $HOME/.pip-cache
# command to run tests
script: make travis
after_success: make coveralls
notifications:
email:
- paultag@gmail.com
irc:
channels:
- "irc.freenode.net#woo-city-commits"
- "irc.freenode.net#hy"
on_success: change
on_failure: change
use_notice: false
# blacklist
branches:
except:
- debian