diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-17 19:12:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-17 19:15:12 +0200 |
commit | 17eea0bc9a4198502aebeee1e38908b6ae628c45 (patch) | |
tree | 5828dbff3fc6778cc024c174a8d5a7fbe9774d8f /tox.ini | |
parent | 199024f9b878304f93878fcf4733fc9682baecdb (diff) | |
download | gemato-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.ini | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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] |