diff --git a/tox.ini b/tox.ini index 07fd4c6..a625a9b 100644 --- a/tox.ini +++ b/tox.ini @@ -5,12 +5,8 @@ isolated_build = True minversion = 3.3.0 [testenv] -deps = - dev: joblib @ git+https://github.com/joblib/joblib.git - pytest - pytest-cov - pytest-mock - pytest-rerunfailures +extras = + test commands = pytest --pyargs {posargs} fscacher