hy/.travis.yml

32 lines
555 B
YAML
Raw Normal View History

sudo: false
2013-03-07 01:23:53 +01:00
language: python
matrix:
include:
- python: 3.5
env: TOXENV=py35
- python: 3.6-dev
env: TOXENV=py36
env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
- TOXENV=flake8
install: pip install tox
script: tox
cache:
directories:
- .tox
- $HOME/.cache/pip
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"
- "irc.freenode.net#hy"
2013-04-11 03:44:23 +02:00
on_success: change
on_failure: change
use_notice: false