forked from phxdata/mesa-councilmatic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
27 lines (27 loc) · 845 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options
language: python
install: "ci/install.sh"
script: "councilmatic/manage.py test -v2 --with-coverage --cover-package=phillyleg --cover-package=subscriptions --cover-package=cm_api --cover-package=bookmarks --cover-package=main --cover-package=utils"
python:
- "2.6"
- "2.7"
notifications:
irc:
channels:
- "irc.freenode.org#councilmatic"
on_success: change
on_failure: always
email: false
# Turned off because the default policy is to spam ALL members of
# the repositories' owner organization.
# If we decide we want email notifications, feel free to uncomment this and
# add yourself to the recipient list:
# email:
# recipients:
# on_success: change
# on_failure: change
branches:
only:
- master