mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(argcomplete)
some runners have python
This commit is contained in:
parent
0abbf9e985
commit
552f990781
1 changed files with 5 additions and 2 deletions
|
@ -30,5 +30,8 @@ provides:
|
|||
- bin/python-argcomplete-check-easy-install-script
|
||||
|
||||
test:
|
||||
- register-python-argcomplete foo | grep '_python_argcomplete foo'
|
||||
- python -c 'import argcomplete;'
|
||||
dependencies:
|
||||
python.org: ^3
|
||||
script:
|
||||
- register-python-argcomplete foo | grep '_python_argcomplete foo'
|
||||
- python -c 'import argcomplete;'
|
||||
|
|
Loading…
Reference in a new issue