diff --git a/circle.yml b/circle.yml index fcb10fb93c34..a497eb39f279 100644 --- a/circle.yml +++ b/circle.yml @@ -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: