aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 0 insertions, 8 deletions
diff --git a/tox.ini b/tox.ini
index a296576..ef15f9a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,11 +8,3 @@ commands = py.test {posargs}
[testenv:flake8]
deps = flake8
commands = flake8 {posargs} bin/ dotfiles/ tests/
-
-[testenv:release]
-deps =
- twine
- wheel
-commands =
- python setup.py sdist bdist_wheel
- twine upload {posargs} dist/*