Skip to content

Commit 3ee932b

Browse files
author
Dzmitry Humianiuk
authored
Merge pull request #36 from osherdp/master
fixed travis build
2 parents 189df17 + 79562b9 commit 3ee932b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ python:
1010
- "3.5"
1111
- "3.6"
1212
install:
13-
- pip install pep8
13+
- pip install pycodestyle
1414
before_script:
15-
- pep8 .
15+
- pycodestyle .
1616
script:
1717
- python setup.py -q install
1818
jobs:

reportportal_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018 http://reportportal.io
1+
# Copyright (c) 2018 http://reportportal.io
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

reportportal_client/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018 http://reportportal.io
1+
# Copyright (c) 2018 http://reportportal.io
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

reportportal_client/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018 http://reportportal.io
1+
# Copyright (c) 2018 http://reportportal.io
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

reportportal_client/service_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018 http://reportportal.io
1+
# Copyright (c) 2018 http://reportportal.io
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)