mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
cc854f1464
* modules.virtualenv_mod: use correct pip bootstrap url * modules.pip: raise error on mirrors arg * states.pip: run mirrors test on < 7.0.0 * update pip integration test states to not use mirrors * modules.pip: run mirrors tests on pip < 7.0.0
12 lines
427 B
Plaintext
12 lines
427 B
Plaintext
{{ salt['runtests_helpers.get_sys_temp_dir_for_path']('issue-2068-template-str') }}:
|
|
virtualenv.managed:
|
|
- system_site_packages: False
|
|
- distribute: True
|
|
|
|
pep8-pip:
|
|
pip.installed:
|
|
- name: pep8
|
|
- bin_env: {{ salt['runtests_helpers.get_sys_temp_dir_for_path']('issue-2068-template-str') }}
|
|
- require:
|
|
- virtualenv: {{ salt['runtests_helpers.get_sys_temp_dir_for_path']('issue-2068-template-str') }}
|