36f64b822b
"debian" branch has been already deleted.
23 lines
388 B
YAML
23 lines
388 B
YAML
language: python
|
|
python:
|
|
- "pypy"
|
|
- "2.6"
|
|
- "2.7"
|
|
- "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
|