From ff931a0d3812cf2b8f1fb3b8f0f05a52ee8ce87f Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Mon, 9 Sep 2024 15:31:16 -0700 Subject: [PATCH] Install using deps --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index e51f738..d2cd615 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,7 @@ python = [testenv] deps = + .[test] -r requirements.txt -r requirements-test.txt usedevelop = true @@ -16,8 +17,6 @@ setenv = VIRTUAL_ENV={envdir} LANGUAGE=en_US LC_ALL=en_US.utf-8 -commands = - pip install ".[test]" [testenv:lint] deps =