mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
15 lines
486 B
Plaintext
15 lines
486 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') }}
|
|
- mirrors: http://testpypi.python.org/pypi
|
|
- require:
|
|
- virtualenv: {{ salt['runtests_helpers.get_sys_temp_dir_for_path']('issue-2068-template-str') }}
|