forked from ForensicArtifacts/artifacts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
111 lines (111 loc) · 2.62 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
matrix:
include:
- name: "Pylint on Ubuntu Bionic (18.04) (Docker) with Python 3.6"
env: [TARGET="pylint", UBUNTU_VERSION="18.04"]
os: linux
dist: xenial
sudo: required
group: edge
language: python
python: 3.6
services:
- docker
- name: "Fedora Core 29 (Docker) with Python 2.7"
env: FEDORA_VERSION="29"
os: linux
dist: xenial
sudo: required
group: edge
language: python
python: 2.7
services:
- docker
- name: "Fedora Core 29 (Docker) with Python 3.7"
env: FEDORA_VERSION="29"
os: linux
dist: xenial
sudo: required
group: edge
language: python
python: 3.7
services:
- docker
- name: "Ubuntu Bionic (18.04) (Docker) with Python 2.7"
env: [TARGET="coverage", UBUNTU_VERSION="18.04"]
os: linux
dist: xenial
sudo: required
group: edge
language: python
python: 2.7
services:
- docker
- name: "Ubuntu Bionic (18.04) (Docker) with Python 3.6"
env: UBUNTU_VERSION="18.04"
os: linux
dist: xenial
sudo: required
group: edge
language: python
python: 3.6
services:
- docker
- name: "Ubuntu Bionic (18.04) (Docker) with Python 2.7 and tox"
env: [TOXENV="py27", UBUNTU_VERSION="18.04"]
os: linux
dist: xenial
sudo: required
group: edge
language: python
python: 2.7
services:
- docker
- name: "Ubuntu Bionic (18.04) (Docker) with Python 3.4 and tox"
env: [TOXENV="py34", UBUNTU_VERSION="18.04"]
os: linux
dist: xenial
sudo: required
group: edge
language: python
python: 3.4
services:
- docker
- name: "Ubuntu Bionic (18.04) (Docker) with Python 3.5 and tox"
env: [TOXENV="py35", UBUNTU_VERSION="18.04"]
os: linux
dist: xenial
sudo: required
group: edge
language: python
python: 3.5
services:
- docker
- name: "Ubuntu Bionic (18.04) (Docker) with Python 3.6 and tox"
env: [TOXENV="py36", UBUNTU_VERSION="18.04"]
os: linux
dist: xenial
sudo: required
group: edge
language: python
python: 3.6
services:
- docker
- name: "Ubuntu Bionic (18.04) (Docker) with Python 3.7 and tox"
env: [TOXENV="py37", UBUNTU_VERSION="18.04"]
os: linux
dist: xenial
sudo: required
group: edge
language: python
python: 3.7
services:
- docker
- name: "MacOS with Python 2.7.10"
env: [TARGET="macos-python27", PYTHONPATH="/Library/Python/2.7/site-packages/"]
os: osx
osx_image: xcode9.2
language: generic
install:
- ./config/travis/install.sh
script:
- ./config/travis/run_with_timeout.sh 30 ./config/travis/runtests.sh