From 1eec4466202c0327fb2168f2de5cd064d113aad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Lafuente?= Date: Wed, 7 Jun 2017 21:42:30 +0200 Subject: Search python fixers in virtual environment (#632) * Search python fixers in virtual environment * Add tests for python fixers --- test/command_callback/python_paths/with_virtualenv/env/bin/autopep8 | 0 test/command_callback/python_paths/with_virtualenv/env/bin/isort | 0 test/command_callback/python_paths/with_virtualenv/env/bin/yapf | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/autopep8 create mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/isort create mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/yapf (limited to 'test/command_callback/python_paths') 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 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 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 -- cgit v1.2.3