From b127cace0f7a5189c800bd3f9031423ef5e5e8e0 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Mon, 28 Dec 2015 14:02:18 -0500 Subject: Remove release entry from tox configuration --- tox.ini | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tox.ini') 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/* -- cgit v1.2.3