Skip to content

Commit

Permalink
move Buildbot installation to test step
Browse files Browse the repository at this point in the history
  • Loading branch information
rutsky committed Feb 23, 2016
1 parent 51891dd commit b832188
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# Circle CI configuration file
# https://circleci.com/docs/

dependencies:
override:
- pip install -e pkg -e master -e slave

test:
override:
- pip install -e pkg -e master -e slave
- make docs

general:
Expand Down

0 comments on commit b832188

Please sign in to comment.