File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ python:
10
10
- " 3.5"
11
11
- " 3.6"
12
12
install :
13
- - pip install pep8
13
+ - pip install pycodestyle
14
14
before_script :
15
- - pep8 .
15
+ - pycodestyle .
16
16
script :
17
17
- python setup.py -q install
18
18
jobs :
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2018 http://reportportal.io
1
+ # Copyright (c) 2018 http://reportportal.io
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2018 http://reportportal.io
1
+ # Copyright (c) 2018 http://reportportal.io
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2018 http://reportportal.io
1
+ # Copyright (c) 2018 http://reportportal.io
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2018 http://reportportal.io
1
+ # Copyright (c) 2018 http://reportportal.io
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments