mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
14 lines
518 B
Plaintext
14 lines
518 B
Plaintext
{{ salt['runtests_helpers.get_sys_temp_dir_for_path']('pip-installed-weird-install') }}:
|
|
virtualenv.managed:
|
|
- system_site_packages: False
|
|
- distribute: True
|
|
|
|
carbon-weird-setup:
|
|
pip.installed:
|
|
- name: carbon
|
|
- no_deps: True
|
|
- bin_env: {{ salt['runtests_helpers.get_sys_temp_dir_for_path']('pip-installed-weird-install') }}
|
|
- mirrors: http://testpypi.python.org/pypi
|
|
- require:
|
|
- virtualenv: {{ salt['runtests_helpers.get_sys_temp_dir_for_path']('pip-installed-weird-install') }}
|