提交 e4181cca 编写于 作者: C Cleber Rosa

Deployment check: use virtualenv matching Python

Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 3750ec1a
......@@ -10,7 +10,6 @@
# pip install "git+https://" quite obviously requires git
- git
- python-virtualenv
avocado_virtualenv_command: virtualenv-2.7
tasks:
- include_vars: vars.yml
- include_tasks: tasks/epel.yml
......@@ -22,7 +21,6 @@
- name: Avocado installation via pip
pip:
name: "git+{{ avocado_git_url}}@{{ avocado_git_branch }}#egg={{ avocado_egg_name }}"
virtualenv_command: "{{ avocado_virtualenv_command }}"
virtualenv: "{{ temporary_dir.path }}"
- name: Avocado version
shell: "{{ temporary_dir.path }}/bin/avocado --version"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册