From 18068d76ca304a55dffdb4fb54c674bb1dcc148f Mon Sep 17 00:00:00 2001 From: Miguel Victoria Villaquiran Date: Tue, 5 Jan 2021 22:17:26 +0100 Subject: Simplify tests (#685) Fix #501 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 6b96787..22fe9fe 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ skip_missing_interpreters = True commands = python --version - py.test --pyargs ihatemoney.tests.tests + py.test --pyargs ihatemoney.tests deps = -e.[dev] -- cgit v1.1