Skip to content

Commit

Permalink
Added beekeper config; deprecated tox.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Aug 18, 2017
1 parent 5c50a34 commit a6f46be
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 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)
11 changes: 0 additions & 11 deletions tox.ini

This file was deleted.

0 comments on commit a6f46be

Please sign in to comment.