diff options
author | Jon Bernard <jbernard@tuxion.com> | 2015-12-30 06:51:15 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2015-12-30 07:30:06 -0500 |
commit | 6a58a9d3437149878a95813ab3c8de349744b9d9 (patch) | |
tree | 2a8056f62f0154f882eb1af987178b6f17be138c /tox.ini | |
parent | 4a7d81b333740b7944279e192b99d46bf109fbb0 (diff) | |
download | dotfiles-6a58a9d3437149878a95813ab3c8de349744b9d9.tar.gz dotfiles-6a58a9d3437149878a95813ab3c8de349744b9d9.tar.bz2 dotfiles-6a58a9d3437149878a95813ab3c8de349744b9d9.zip |
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.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ commands = py.test {posargs} [testenv:flake8] deps = flake8 -commands = flake8 {posargs} bin/ dotfiles/ tests/ +commands = flake8 {posargs} dotfiles/ tests/ |