Skip to content

Commit

Permalink
Updated beekeeper config.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Aug 31, 2018
1 parent 1c4ae16 commit 5ea3649
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions beekeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ pull_request:
subtasks:
- pycodestyle:
name: Python lint checks
task: beefore
image: pybee/beefore
- javacheckstyle:
name: Java lint checks
task: beefore-java
image: pybee/beefore-java
- smoke-test:
task: voc-py34
image: pybee/voc-py34
name: Smoke build (Python 3.4)
profile: hi-cpu
- full-test:
subtasks:
- py3.5:
name: Python 3.5 tests
task: voc-py35
image: pybee/voc-py35
- py3.6:
name: Python 3.6 tests
task: voc-py36
image: pybee/voc-py36
profile: hi-cpu
push:
- smoke-test:
task: voc-py34
image: pybee/voc-py34
name: Smoke build (Python 3.4)
profile: hi-cpu

0 comments on commit 5ea3649

Please sign in to comment.