1312167fb1
(But not codepaths, in case someone cares)
22 lines
373 B
YAML
22 lines
373 B
YAML
sudo: false
|
|
language: python
|
|
python:
|
|
- "pypy"
|
|
- "2.7"
|
|
- "3.3"
|
|
- "3.4"
|
|
cache: pip
|
|
# 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
|