diff --git a/tox.ini b/tox.ini index b04efcbe..1d095cb2 100644 --- a/tox.ini +++ b/tox.ini @@ -24,9 +24,8 @@ usedevelop = false skip_install = true deps = pytest - pytest-travis-fold pytest-cov - pywin32 ; sys.platform == 'win32' + -rrequirements.txt commands = {posargs:pytest --cov --cov-report=term-missing --cov-branch tests} @@ -44,9 +43,6 @@ exclude = .venv*/ build/ htmlcov/ - libs/common - libs/win - libs/py2 logs/ ignore = ; -- flake8 --