File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ __pycache__
88MANIFEST
99build /
1010dist /
11+ .eggs
Original file line number Diff line number Diff line change @@ -6,11 +6,12 @@ python:
66 - " 3.6"
77 - " 3.7"
88 - " 3.8"
9+ - " 3.9"
910before_install :
1011 - " pip install -U pip"
1112install :
1213 - " pip install -e .[test]"
1314script :
1415 - " py.test tests/"
15- - " pylint pydpkg/"
16- - " pep8 pydpkg/"
16+ - " pylint -d R0912 -d W0511 pydpkg/"
17+ - " pep8 --max-line-length=90 --ignore=E203 pydpkg/"
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ This library can be used to:
88 on platforms that generally lack a native implementation of dpkg
99
10102 . compare dpkg version strings, using a pure Python implementation of
11- the algorithm described at
12- https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version
11+ the algorithm described in section 5.6.12 of the debian-policy manual:
12+ https://www.debian.org/doc/debian-policy/ch-controlfields.html#version
1313
14143 . Parse debian source description (dsc) files, inspect their contents
1515 and verify that their source files are present and checksums are
You can’t perform that action at this time.
0 commit comments