-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.travis.yml
More file actions
36 lines (36 loc) · 846 Bytes
/
.travis.yml
File metadata and controls
36 lines (36 loc) · 846 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
31
32
33
34
35
36
sudo: false
language: generic
matrix:
include:
- python: 2.7
language: python
python: "2.7"
os: linux
env: PYTHON=/usr/bin/python2.7
- python: 3.5
language: python
python: "3.5"
os: linux
env: PYTHON=/usr/bin/python3.5
allow_failures:
- os: osx
before_install:
- source .travis.before_install.bash
after_success:
- coveralls
install: true
script: py.test --cov vecnet.openmalaria
notifications:
email:
recipients:
- alex.vyushkov@gmail.com
on_success: never
on_failure: always
deploy:
provider: pypi
user: vecnet
password:
secure: P6zKZHjUc/cFxdE1gYMx00NfShFFKdiZ9lDcMdP9Fk7d1chWId052De3n9boP8FcxJvqhMHf9GqM5Drmxk3rHtFBCDUcHPpFYQu3KOOejuMh3a3E748tQ8cNxv/R1X9bLQb8lc+m1/akO9U4xSppbypee7Xc7feIUGC/w4kHNDc=
on:
all_branches: true
tags: true