fuel-mirror/tox.ini
Vladimir Kozhukalov afaa4ca6c7 Fuel-mirror project is deprecated
Instead of fuel-mirror it is recommended to use
Packetary to create partial repository mirrors
and use Python-fuelclient to manage Fuel metadata.
Fuel-mirror is going to be deprecated and
master branch won't be supported any more.

However we still need test jobs to support stable
branches.

Change-Id: I9fb76f3606c0888dd1c730a40e1bbb3b8c0f02ed
2016-07-18 09:13:30 +00:00

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"