https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: 47b432e41ca1a2ffc03fc19474d78cdd1241d7cd authored by Aaron Schulz on 31 July 2014, 19:53:41 UTC
Use the new "dispatcher" config format and use curl with HHVM
Tip revision: 47b432e
tox.ini
[tox]
minversion = 1.6
skipsdist = True


[testenv:data_admin_lint]
deps = -rmodules/admin/data/requirements.txt
changedir = modules/admin/data
commands = python data_admin.py lint
back to top