From ef0ce3fc07861b146383207f92f5c59a8e48513e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 28 May 2015 12:44:37 +0300 Subject: [PATCH] Update project submodules --- circle.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/circle.yml b/circle.yml index fa03dd65..b0553fc8 100644 --- a/circle.yml +++ b/circle.yml @@ -7,6 +7,10 @@ machine: TOX_ENV: py26 TOX_ENV: py27 +checkout: + post: + - git submodule update --init + dependencies: pre: - pip install tox