Merge "Update to hacking 0.11.0"
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
# Copyright Ericsson AB 2014. All rights reserved
|
# Copyright Ericsson AB 2014. All rights reserved
|
||||||
#
|
#
|
||||||
# Authors: Ildiko Vancsa <ildiko.vancsa@ericsson.com>
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
# not use this file except in compliance with the License. You may obtain
|
# not use this file except in compliance with the License. You may obtain
|
||||||
# a copy of the License at
|
# a copy of the License at
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
# Copyright Ericsson AB 2014. All rights reserved
|
# Copyright Ericsson AB 2014. All rights reserved
|
||||||
#
|
#
|
||||||
# Authors: Balazs Gibizer <balazs.gibizer@ericsson.com>
|
|
||||||
# Ildiko Vancsa <ildiko.vancsa@ericsson.com>
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
# not use this file except in compliance with the License. You may obtain
|
# not use this file except in compliance with the License. You may obtain
|
||||||
# a copy of the License at
|
# a copy of the License at
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
# Copyright Ericsson AB 2014. All rights reserved
|
# Copyright Ericsson AB 2014. All rights reserved
|
||||||
#
|
#
|
||||||
# Authors: Balazs Gibizer <balazs.gibizer@ericsson.com>
|
|
||||||
# Ildiko Vancsa <ildiko.vancsa@ericsson.com>
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
# not use this file except in compliance with the License. You may obtain
|
# not use this file except in compliance with the License. You may obtain
|
||||||
# a copy of the License at
|
# a copy of the License at
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
# Copyright Ericsson AB 2014. All rights reserved
|
# Copyright Ericsson AB 2014. All rights reserved
|
||||||
#
|
#
|
||||||
# Authors: Balazs Gibizer <balazs.gibizer@ericsson.com>
|
|
||||||
# Ildiko Vancsa <ildiko.vancsa@ericsson.com>
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
# not use this file except in compliance with the License. You may obtain
|
# not use this file except in compliance with the License. You may obtain
|
||||||
# a copy of the License at
|
# a copy of the License at
|
||||||
|
|||||||
@@ -2,10 +2,6 @@
|
|||||||
# Copyright 2013 Red Hat, Inc
|
# Copyright 2013 Red Hat, Inc
|
||||||
# Copyright Ericsson AB 2014. All rights reserved
|
# Copyright Ericsson AB 2014. All rights reserved
|
||||||
#
|
#
|
||||||
# Authors: Angus Salkeld <asalkeld@redhat.com>
|
|
||||||
# Balazs Gibizer <balazs.gibizer@ericsson.com>
|
|
||||||
# Ildiko Vancsa <ildiko.vancsa@ericsson.com>
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
# not use this file except in compliance with the License. You may obtain
|
# not use this file except in compliance with the License. You may obtain
|
||||||
# a copy of the License at
|
# a copy of the License at
|
||||||
|
|||||||
2
tox.ini
2
tox.ini
@@ -13,7 +13,7 @@ commands =
|
|||||||
python setup.py testr --slowest --testr-args='{posargs}'
|
python setup.py testr --slowest --testr-args='{posargs}'
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
deps = hacking<0.11,>=0.10.0
|
deps = hacking<0.12,>=0.11.0
|
||||||
commands = flake8
|
commands = flake8
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
|
|||||||
Reference in New Issue
Block a user