summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-17 19:12:04 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-17 19:15:12 +0200
commit17eea0bc9a4198502aebeee1e38908b6ae628c45 (patch)
tree5828dbff3fc6778cc024c174a8d5a7fbe9774d8f /tox.ini
parent199024f9b878304f93878fcf4733fc9682baecdb (diff)
downloadgemato-17eea0bc9a4198502aebeee1e38908b6ae628c45.tar.gz
Update tox install rules for flit
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files 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]