From cc6a94d2bd06fc8f93513d086b18eb3eb4c589d2 Mon Sep 17 00:00:00 2001 From: 0dminnimda <52697657+0dminnimda@users.noreply.github.com> Date: Wed, 22 Jul 2020 02:21:04 +0300 Subject: [PATCH] rework the tox so that it uses packages correctly, then just add py3.8 to the envlist --- tox.ini | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index b189141..8ba7ac0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,18 +1,15 @@ [flake8] max-line-length=120 -exclude = __init__.py,.tox +exclude = __init__.py ignore = E252,E302,E731,W605 [tox] -envlist = py35,py36,py37 +envlist = py35,py36,py37,py38 [testenv] -changedir = tests deps = -r{toxinidir}/requirements-dev.txt -sitepackages = true -whitelist_externals = pytest commands = - flake8 + flake8 tests pytest passenv = token