forked from BlueBrain/eFEL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
37 lines (37 loc) · 943 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
28
29
30
31
32
33
34
35
36
37
language: python
install: pip install pip --upgrade
matrix:
include:
- python: 2.7
- python: 3.6
- python: 3.7
dist: xenial
sudo: required
script: make test
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/8ae38b9a790ed3e31c7a
on_success: change
on_failure: change
on_start: false
git:
depth: 2147483647
cache:
directories:
- $HOME/.cache/pip
deploy:
provider: pypi
user: wvangeit
password:
secure: c9fJz1IliA0Scg4MS1HBAFbyGHnTOViYbF0I0WhrspqeNyyF4WKBx2kQzvMguc6JVm8MrcqdrM2P/me7WiD9vO4geqO/kXsjeg8kE2JnlGtAgX8PpOaR0P/IFdVcmfIc//05QS8PyovVZMxqlOrya1CN9cO4NMDRM9LS2dAaih0=
distributions: sdist
on:
condition: $TRAVIS_EVENT_TYPE != cron && $TRAVIS_PYTHON_VERSION == 2.7
before_install:
- pip install codecov
after_success:
- codecov
addons:
code_climate:
repo_token: 93198de899a0c9fdd2352396517f526f168656dcbec8aa51129c6689445276f5