From 76ec769ad8f8ed53ec3ff829fdd34d53db8229fd Mon Sep 17 00:00:00 2001 From: Benjamin Klimczak Date: Fri, 5 Aug 2022 17:34:56 +0100 Subject: MLIA-541 Use tox to run unit tests Add tox.ini to easily run unit tests with different Python versions. Change-Id: I2153cc7d1eaf49cad9739b6d797e4a6706679c7e --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e1557d9..ddb2afe 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ e2e_config mlia_output report .ipynb_checkpoints +.tox -- cgit v1.2.1