forked from beeware/voc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
beekeeper.yml
31 lines (31 loc) · 874 Bytes
/
beekeeper.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
pull_request:
- beefore:
name: Prebuild checks
subtasks:
- pycodestyle:
name: Python lint checks
image: pybee/beefore
- javacheckstyle:
name: Java lint checks
image: pybee/beefore-java
- smoke-test:
image: pybee/voc-py34
name: Smoke build (Python 3.4)
profile: hi-cpu
- full-test:
subtasks:
- py3.5:
name: Python 3.5 tests
image: pybee/voc-py35
- py3.6:
name: Python 3.6 tests
image: pybee/voc-py36
- py3.7:
name: Python 3.7 tests
image: pybee/voc-py37
profile: hi-cpu
push:
- smoke-test:
image: pybee/voc-py34
name: Smoke build (Python 3.4)
profile: hi-cpu