diff options
author | Jon Bernard <jbernard@tuxion.com> | 2016-01-08 07:45:56 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2016-01-08 07:51:30 -0500 |
commit | 0d761ceac8dc54d95788f7e60463b679e0587f25 (patch) | |
tree | 4bae916897946555211176b5d39930f4b428e41e /tox.ini | |
parent | d34f63ea01b751c072e55902992f51a238ab32cb (diff) | |
download | dotfiles-0d761ceac8dc54d95788f7e60463b679e0587f25.tar.gz dotfiles-0d761ceac8dc54d95788f7e60463b679e0587f25.tar.bz2 dotfiles-0d761ceac8dc54d95788f7e60463b679e0587f25.zip |
Skip install for tox flake8 target
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,3 +5,4 @@ commands = py.test {posargs} [testenv:flake8] deps = flake8 commands = flake8 {posargs} +skip_install = True |