提交 143880de 编写于 作者: L Lukáš Doktor

Makefile: Add pip version check

We use features of pip-6.0.1 in our requirement files, therefor we
depend on pip>=6.0.1. This commit adds this dependency before
requirements are processed without "--upgrade". When the user has
pip>=6.0.1, nothing happens. When he has older pip it's upgraded.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 20a94802
......@@ -117,6 +117,7 @@ clean:
find . -name '*.pyc' -delete
requirements:
- pip install "pip>=6.0.1"
- pip install -r requirements.txt --upgrade
requirements-selftests: requirements
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册