1
0
mirror of https://github.com/docker/compose.git synced 2025-04-08 17:05:13 +02:00

Fix testcases.py formatting

Signed-off-by: Alexey Rokhin <arokhin@mail.ru>
This commit is contained in:
Alexey Rokhin 2017-05-17 15:21:35 +03:00 committed by Joffrey F
parent 2d4fc2cd51
commit e621117ab2

@ -70,9 +70,11 @@ def v2_only():
def v2_1_only():
return build_version_required_decorator((V1, V2_0))
def v2_2_only():
return build_version_required_decorator((V1, V2_0, V2_1))
def v3_only():
return build_version_required_decorator((V1, V2_0, V2_1, V2_2))