diff options
author | Adam Spiers <git@adamspiers.org> | 2018-05-16 16:03:28 +0100 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2018-05-16 16:25:24 +0100 |
commit | 09bd07f2b86fd14008791cbf0543d533cc7aa57d (patch) | |
tree | 4dbafd7fd26efc0edd614633520b3b5c6e72494b | |
parent | 4e011786fd615702ab4d36bc1702922d0370b4b5 (diff) | |
download | git-deps-09bd07f2b86fd14008791cbf0543d533cc7aa57d.tar.gz |
don't install when linting with flake8
This is a needless waste of time. Why on earth aren't these sensible
defaults? I've filed issues in PyScaffold.
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ deps = -r{toxinidir}/requirements.txt [testenv:flake8] +skip_install = True changedir = {toxinidir} deps = flake8 commands = flake8 setup.py git_deps tests |