added pipx to 10.13

This commit is contained in:
Nikita Bykov
2020-10-07 16:20:27 +03:00
parent 6742dd7a54
commit ef1a055d44
2 changed files with 13 additions and 0 deletions

View File

@@ -183,6 +183,13 @@
"./provision/core/pypy.sh"
]
},
{
"type": "shell",
"execute_command": "chmod +x {{ .Path }}; {{ .Vars }} {{ .Path }}",
"scripts": [
"./provision/core/pipx-packages.sh"
]
},
{
"type": "shell",
"inline": [

View File

@@ -198,5 +198,11 @@
"3.6"
]
}
],
"pipx": [
{
"package": "yamllint",
"cmd": "yamllint"
}
]
}