https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: a9fe4eb8ab011f8ef72757ca885d4781042f37e7 authored by Chmarkine on 24 March 2015, 06:40:28 UTC
donate - Enable HSTS max-age=7 days
Tip revision: a9fe4eb
tox.ini
[tox]
minversion = 1.6
skipsdist = True

envlist = py27

[testenv]
deps =
    nose
    -rmodules/admin/data/requirements.txt
commands = nosetests modules/admin/data
back to top