aboutsummaryrefslogtreecommitdiffstats
path: root/terragrunt/tox.ini
blob: b38a5b9318f18e5bca5d92c9c3d0c2db94292ba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
minversion = 3.2.0
envlist = terragrunt
skipsdist = true
requires = pip >= 8

[testenv]
basepython = python3
whitelist_externals = bash

[testenv:terragrunt]
commands = /bin/bash -e -c "terragrunt hclfmt --terragrunt-check"