Fetch project submodules

This commit is contained in:
Ivan Kravets
2015-04-01 15:58:26 +03:00
parent 3dd0ceb8e0
commit 432ca80c59

View File

@ -13,6 +13,7 @@ init:
- "ECHO %TOXENV%"
- ps: "ls C:\\Python*"
install:
- "git submodule update --init --recursive"
- "powershell scripts\\appveyor\\install.ps1"
test_script:
- "%PYTHON_HOME%\\Scripts\\tox --version"