forked from MonetDB/pymonetdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
42 lines (35 loc) · 813 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
38
39
40
41
42
language: python
dist: bionic
python:
- 3.5
- 3.6
- 3.7
- 3.8
- pypy3
addons:
apt:
sources:
- sourceline: 'deb http://dev.monetdb.org/downloads/deb/ bionic monetdb'
key_url: 'http://dev.monetdb.org/downloads/MonetDB-GPG-KEY'
packages:
- monetdb5-sql
- monetdb-client
- monetdb-python3
- python3-numpy
before_install:
- ./.travis/before_install.sh
install:
- pip install -e .
script:
- ./.travis/script.sh
after_success:
- coveralls
deploy:
provider: pypi
user: gijzelaerr
password:
secure: I4bmfyVLt/A5bvP6AmucK6YCWcaiMtfuF3HZL2snhddqJhnBRQkO7MhgZ5xk3Fdheq6/Rlwk8obsMdGsKKPzGx6bHvCE5RXTIRhZNCrotwpdU0FNg0fBUcmOS981YaHxpZEDmBD7KjaZdOo5SpTyAyLp7rUl4RVvDu9vqICLlGk=
distributions: "sdist bdist_wheel"
skip_existing: true
on:
tags: true