
This change fix python3 compatibility: * replace except obj, name with except obj as name * use print function * replace iteritems by six.iteritems * replace xrange by range * convert items() result to list Change-Id: I70364e47541274d446c4449f820dce3e0b331b27
12 lines
170 B
YAML
12 lines
170 B
YAML
- project:
|
|
check:
|
|
jobs:
|
|
- tox-pep8
|
|
- tox-py27
|
|
- tox-py36
|
|
gate:
|
|
jobs:
|
|
- tox-pep8
|
|
- tox-py27
|
|
- tox-py36
|