forked from google/timesketch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
57 lines (57 loc) · 1.4 KB
/
.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
version: ~> 1.0
language: generic
os: linux
dist: bionic
jobs:
include:
- name: "Ubuntu Bionic (18.04) (Docker) with Python 3.6 using GIFT PPA"
env: UBUNTU_VERSION="18.04"
group: edge
language: python
python: 3.6
services:
- docker
- name: "Ubuntu Bionic (18.04) (Docker) with Python 3.6 using PyPI"
env: [TARGET="pypi", UBUNTU_VERSION="18.04"]
group: edge
language: python
python: 3.6
services:
- docker
- name: "Ubuntu Focal (20.04) (Docker) with Python 3.8 using PyPI"
env: [TARGET="pypi", UBUNTU_VERSION="20.04"]
group: edge
language: python
python: 3.8
services:
- docker
- name: "Ubuntu Focal (20.04) (Docker) with Python 3.6 (tox)"
env: [TOXENV="py36", UBUNTU_VERSION="20.04"]
group: edge
language: python
python: 3.6
services:
- docker
- name: "Ubuntu Focal (20.04) (Docker) with Python 3.7 (tox)"
env: [TOXENV="py37", UBUNTU_VERSION="20.04"]
group: edge
language: python
python: 3.7
services:
- docker
- name: "Ubuntu Focal (20.04) (Docker) with Python 3.8 (tox)"
env: [TOXENV="py38", UBUNTU_VERSION="20.04"]
group: edge
language: python
python: 3.8
services:
- docker
- name: "Dockerfile-prod"
env: TARGET="dockerfile"
group: edge
cache:
- pip
install:
- ./config/travis/install.sh
script:
- ./config/travis/run_with_timeout.sh 30 ./config/travis/runtests.sh