mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
4 lines
142 B
Python
4 lines
142 B
Python
from bootstrapvz.common.tools import load_data
|
|
|
|
# tox ensures that the cwd is the project root
|
|
build_servers = load_data('build-servers.yml')
|