2017-01-09 5 views
0

depsでdepsを実行する前にコマンドを実行する方法はありますか?ここで私は何をしたいの概要は次のとおりです。depsがtoxになる前のコマンド

[testenv:local_code] 
commands = 
    bash -c "if [ -d "{toxinidir}/tools" ]; then \ 
     git clone git+ssh://[email protected]/tools.git {toxinidir}/tools; \ 
     fi" 
deps = 
    --editable=file:///{toxinidir}/tools 

は残念ながら、(私は直感的に理由を理解する)コマンドを実行する前のDEP。誰かがその方法を知っているのだろうかと疑問に思っていた

答えて

関連する問題