fuel-mirror/tox.ini

13 lines
167 B
INI

[tox]
minversion = 1.6
envlist = pep8
skipsdist = True
[testenv]
usedevelop = False
whitelist_externals = bash
commands =
[testenv:pep8]
commands = bash -c "exit 0"