From e1af057fd2d72eb67bf4b28d63a95a0892eaad9e Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 12 Oct 2021 11:35:49 -0400 Subject: [PATCH] Update tox.ini --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 11eee8bb..553cc4fc 100644 --- a/tox.ini +++ b/tox.ini @@ -2,6 +2,9 @@ envlist= coveralls, pylint, flake8, pydocstyle, 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, pypy2, pypy3 +[pytest] +testpaths = tests/unit + [testenv] deps= pytest