mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-23 13:09:49 +00:00
6 lines
197 B
Bash
6 lines
197 B
Bash
source ../.venv.3.6/bin/activate
|
|
py.test -k test_CALL_FUNCTION_KW
|
|
source ../.venv.3.5/bin/activate
|
|
py.test -k test_CALL_FUNCTION_KW
|
|
source ../.venv.2.7/bin/activate
|
|
py.test -k test_CALL_FUNCTION_KW |