diff --git a/.travis.yml b/.travis.yml index 63dcf98..2170dff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ dist: xenial language: python python: - - '3.6' - '3.7' - '3.8' install: diff --git a/setup.cfg b/setup.cfg index 927df06..aa5e6ec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,4 +19,4 @@ max_line_length = 100 format = pep8 skip = venv/*,.tox/*,*/tests/*,setup.py linters= pycodestyle,pyflakes,pylint,pep8 -ignore = D203,D212,E231,C0330,R0912,R0914,W1202,R1702 +ignore = D203,D212,E231,C0330,R0912,R0914,W1202,R1702,C0114 diff --git a/setup.py b/setup.py index 0670b7c..f178f5e 100644 --- a/setup.py +++ b/setup.py @@ -11,8 +11,8 @@ "pytest==6.1.2", "pytest-cov==2.8.1", "coverage==5.0.4", - "pylava-pylint==0.0.3", "pylint==2.4.4", + "pylava-pylint==0.0.3", "black==20.8b1", "pytest-black==0.3.12", ] @@ -35,7 +35,6 @@ "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Topic :: Security :: Cryptography", diff --git a/tox.ini b/tox.ini index 49f0c46..f209c38 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py36, py37, py38 +envlist = py37, py38 [testenv] commands = {envpython} setup.py test