From 638ca40c75ba148fa083acb7203b776035488d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=94=E5=B9=BB=E4=BA=91=E9=AD=94?= Date: Thu, 7 Jul 2022 09:24:44 +0800 Subject: [PATCH] Create tox.ini --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 2be77d1..5a5fc93 100644 --- a/tox.ini +++ b/tox.ini @@ -7,3 +7,5 @@ deps=-r{toxinidir}/requirements.txt commands= pytest --cov=gate_api + +#