diff options
author | José Luis Lafuente <jl@lafuente.me> | 2017-06-07 21:42:30 +0200 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-06-07 20:42:30 +0100 |
commit | 1eec4466202c0327fb2168f2de5cd064d113aad4 (patch) | |
tree | a399f18c3347b37cac9eb6c861e5bbb4138cca5a /test/command_callback/python_paths/with_virtualenv | |
parent | f61c6d4c0ed9827aa0b798dc39233817b0813380 (diff) | |
download | ale-1eec4466202c0327fb2168f2de5cd064d113aad4.zip |
Search python fixers in virtual environment (#632)
* Search python fixers in virtual environment
* Add tests for python fixers
Diffstat (limited to 'test/command_callback/python_paths/with_virtualenv')
3 files changed, 0 insertions, 0 deletions
diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/autopep8 b/test/command_callback/python_paths/with_virtualenv/env/bin/autopep8 new file mode 100755 index 00000000..e69de29b --- /dev/null +++ b/test/command_callback/python_paths/with_virtualenv/env/bin/autopep8 diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/isort b/test/command_callback/python_paths/with_virtualenv/env/bin/isort new file mode 100755 index 00000000..e69de29b --- /dev/null +++ b/test/command_callback/python_paths/with_virtualenv/env/bin/isort diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/yapf b/test/command_callback/python_paths/with_virtualenv/env/bin/yapf new file mode 100755 index 00000000..e69de29b --- /dev/null +++ b/test/command_callback/python_paths/with_virtualenv/env/bin/yapf |