forked from errbotio/errbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
30 lines (23 loc) · 670 Bytes
/
.travis.yml
File metadata and controls
30 lines (23 loc) · 670 Bytes
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
28
29
30
language: python
python:
- "3.3"
- "3.4"
- "3.5"
before_script:
- cp tests/config-travisci.py config.py
install:
- pip install --upgrade pip
- pip install -e .
- pip install slackclient # Optional dependency but Slack tests are skipped without it
- pip freeze
script: ./run_tests.py
# New travis docker base build.
sudo: false
# notification for gitter integration
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/788e94bb42a75aa2df4c
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: true # default: false