summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]