blob: 8237e04551e5e966254958d6fd279c2ceec53f13 [file] [log] [blame]
Bartek Grzybowski2173fd42020-07-29 15:33:27 +02001[tox]
2minversion = 3.2.0
3envlist = py
4skipsdist = true
5requires = pip >= 8
6
7[testenv]
8basepython = python3
9whitelist_externals =
10 git
11 bash
12deps =
13 coala-bears
14
15[testenv:py]
16commands_pre =
17 /bin/sh -c "git --no-pager diff HEAD HEAD^ --name-only '*.py' > /tmp/.coalist_py"
18commands =
19 /bin/bash -c "coala --non-interactive --disable-caching --no-autoapply-warn py --files $(</tmp/.coalist_py) \ "