[flake8] ignore = W503,E [tox] envlist = py35,py36,py37,py38 toxworkdir={env:TOX_WORK_DIR:.tox} [testenv] deps= -r requirements.txt -r requirements-dev.txt commands=python -m pytest