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