From 7cc88f9f24141620fc26ff882e6536bd7360cd01 Mon Sep 17 00:00:00 2001 From: zhenwei-li Date: Tue, 8 Jun 2021 11:57:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20tox=20=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 3869a41..316fcc1 100644 --- a/tox.ini +++ b/tox.ini @@ -27,8 +27,12 @@ allowlist_externals = /bin/bash ; changedir = ; tests +# # https://tox.readthedocs.io/en/latest/config.html#conf-deps +# https://tox.readthedocs.io/en/latest/example/basic.html#a-simple-tox-ini-default-environments +# deps = + -rrequirements.txt unittest2 flake8 virtualenv