diff options
author | Kevin Locke <kevin@kevinlocke.name> | 2019-02-08 21:44:34 +0000 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2019-02-08 21:44:34 +0000 |
commit | a24f0b4d5f91f9214c64ae281fadcd981e0dadfc (patch) | |
tree | 25e07c98b5de66ab70db85b980fcbe9f3675358d /test/command_callback/python_paths/with_virtualenv/env | |
parent | 422908a5721e11be73935b765f599f9fc672802e (diff) | |
download | ale-a24f0b4d5f91f9214c64ae281fadcd981e0dadfc.zip |
Support pylama for python (#2266)
* Add pylama for python
* Consolidate python traceback handling
Diffstat (limited to 'test/command_callback/python_paths/with_virtualenv/env')
-rwxr-xr-x | test/command_callback/python_paths/with_virtualenv/env/Scripts/pylama.exe | 0 | ||||
-rwxr-xr-x | test/command_callback/python_paths/with_virtualenv/env/bin/pylama | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/pylama.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/pylama.exe new file mode 100755 index 00000000..e69de29b --- /dev/null +++ b/test/command_callback/python_paths/with_virtualenv/env/Scripts/pylama.exe diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/pylama b/test/command_callback/python_paths/with_virtualenv/env/bin/pylama new file mode 100755 index 00000000..e69de29b --- /dev/null +++ b/test/command_callback/python_paths/with_virtualenv/env/bin/pylama |