forked from beeware/batavia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeekeeper.yml
29 lines (29 loc) · 828 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
pull_request:
- beefore:
name: Prebuild checks
subtasks:
- eslint:
name: JavaScript lint checks
image: pybee/beefore-javascript
- pycodestyle:
name: Python lint checks
image: pybee/beefore
- smoke-test:
image: pybee/batavia-py35
name: Smoke build (Python 3.5)
profile: hi-cpu
- full-test:
subtasks:
- py3.6:
name: Python 3.6 tests
image: pybee/batavia-py36
- py3.7:
name: Python 3.7 tests
image: pybee/batavia-py37
critical: False
profile: hi-cpu
push:
- smoke-test:
image: pybee/batavia-py35
name: Smoke build (Python 3.5)
profile: hi-cpu