hy/.travis.yml

26 lines
436 B
YAML
Raw Normal View History

sudo: false
2013-03-06 19:23:53 -05:00
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- pypy
2017-08-18 12:06:49 -07:00
- pypy3
install:
- pip install -r requirements-travis.txt
2018-07-21 11:20:10 -07:00
- pip install -e .
script: pytest
cache: pip
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"
- "irc.freenode.net#hy"
2013-04-10 21:44:23 -04:00
on_success: change
on_failure: change
use_notice: false