From 6a58a9d3437149878a95813ab3c8de349744b9d9 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Wed, 30 Dec 2015 06:51:15 -0500 Subject: Remove bin script From what I've been reading, this approach has several limitations and since I use pip I've never really used it, even during development. I always use virtualenvs where the package and its entry point are installed with setuptools, so an explicit bin script seems like a relic of the past. I'll revisit this if people disagree. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index ef15f9a..e601738 100644 --- a/tox.ini +++ b/tox.ini @@ -7,4 +7,4 @@ commands = py.test {posargs} [testenv:flake8] deps = flake8 -commands = flake8 {posargs} bin/ dotfiles/ tests/ +commands = flake8 {posargs} dotfiles/ tests/ -- cgit v1.2.3