setup.cfg: remove minversion, version comparison broken

ERROR: /home/travis/build/nsupdate-info/nsupdate.info/setup.cfg:28: requires pytest-3.6, actual pytest-3.10.0'
This commit is contained in:
Thomas Waldmann 2018-11-18 23:27:26 +01:00
parent e43ffd917f
commit a61553afc1

View File

@ -25,7 +25,6 @@ upload-dir = docs/_build/html
DJANGO_SETTINGS_MODULE = nsupdate.settings.dev
pep8maxlinelength = 120
norecursedirs = .git
minversion = 3.6
pep8ignore =
*.py E124 # closing bracket does not match visual indentation (behaves strange!?)
*.py E125 # continuation line does not distinguish itself from next logical line (difficult to avoid!)