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
27 lines (25 loc) · 674 Bytes
/
.travis.yml
File metadata and controls
27 lines (25 loc) · 674 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
sudo: false
language: python
matrix:
include:
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: 3.6
env: TOXENV=pypi-lint
- python: 3.6
env: TOXENV=codestyle
install: pip install tox
before_script: cp tests/config-travisci.py config.py
script: tox
# 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