Skip to content

Commit

Permalink
Merge pull request #59 from pybee/beekeeper
Browse files Browse the repository at this point in the history
Added Beekeeper configuration.
  • Loading branch information
freakboy3742 committed Jul 27, 2017
2 parents 440c1ab + 6219ccc commit 23b0149
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions beekeeper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
pull_request:
- beefore:
name: Prebuild checks
subtasks:
- pycodestyle:
name: Python lint checks
task: beefore
- smoke-test:
task: py34
name: Smoke build (Python 3.4)
# - full-test:
# subtasks:
# - py3.5:
# name: Python 3.5 tests
# task: py35
# - py3.6:
# name: Python 3.6 tests
# task: py36
push:
- smoke-test:
task: py34
name: Smoke build (Python 3.4)

0 comments on commit 23b0149

Please sign in to comment.