From 96feeeb02a177a1bbc8f8d40738c213669886c10 Mon Sep 17 00:00:00 2001 From: Luis Toledo Date: Mon, 20 Feb 2023 12:19:47 -0300 Subject: [PATCH] fix test --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 56e131d..7f0b6b7 100644 --- a/tox.ini +++ b/tox.ini @@ -13,9 +13,9 @@ python = [testenv] deps = -r{toxinidir}/requirements.txt -passenv = TOXENV CI TRAVIS TRAVIS_* +passenv = TOXENV,CI usedevelop = True # run the tests # ... or run any other command line tool you need to run here -commands = pytest \ No newline at end of file +commands = pytest