From 860065d99b4abfff1bec7ad7cf4a52b5a3dfe1eb Mon Sep 17 00:00:00 2001 From: Nemo Date: Sat, 29 May 2021 00:16:55 +0530 Subject: [PATCH] Remove tox again --- tox.ini | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 tox.ini diff --git a/tox.ini b/tox.ini deleted file mode 100644 index dee6bce..0000000 --- a/tox.ini +++ /dev/null @@ -1,23 +0,0 @@ -# Tox configuration file -# Read more under https://tox.readthedocs.org/ -# THIS SCRIPT IS SUPPOSED TO BE AN EXAMPLE. MODIFY IT ACCORDING TO YOUR NEEDS! - -[tox] -minversion = 3.15 -envlist = default - -[publish] -description = - Publish the package you have been developing to a package index server. - By default, it uses testpypi. If you really want to publish your package - to be publicly accessible in PyPI, use the `-- --repository pypi` option. -skip_install = True -changedir = {toxinidir} -passenv = - TWINE_USERNAME - TWINE_PASSWORD - TWINE_REPOSITORY -deps = twine -commands = - python -m twine check dist/* - python -m twine upload {posargs:--repository testpypi} dist/*