From 17eea0bc9a4198502aebeee1e38908b6ae628c45 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 17 Sep 2022 19:12:04 +0200 Subject: Update tox install rules for flit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index bf3d846..1f691b6 100644 --- a/tox.ini +++ b/tox.ini @@ -26,11 +26,12 @@ commands = pytest -vv --cov=gemato --cov-config=.coveragerc -n auto {posargs} [testenv:upload] +skip_install = True deps = + build twine - wheel commands = - python setup.py sdist bdist_wheel + python -m build -s -w twine upload dist/* [testenv:codecov] -- cgit v1.2.3