Update automation scripts
This commit is contained in:
Родитель
c46f611801
Коммит
94cd6e5532
|
@ -9,6 +9,8 @@ before_install:
|
||||||
install:
|
install:
|
||||||
- pip install pipenv
|
- pip install pipenv
|
||||||
- pipenv sync --python python3 --dev
|
- pipenv sync --python python3 --dev
|
||||||
|
scripts:
|
||||||
|
- pylint a01
|
||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
script: pipenv run ./setup.py bdist_wheel && ./scripts/publish.sh
|
script: pipenv run ./setup.py bdist_wheel && ./scripts/publish.sh
|
||||||
|
|
2
Pipfile
2
Pipfile
|
@ -25,7 +25,7 @@ websocket-client = "==0.40.0"
|
||||||
aiohttp = "==3.1.3"
|
aiohttp = "==3.1.3"
|
||||||
docker = "==3.0.0"
|
docker = "==3.0.0"
|
||||||
PyYAML = "==3.13"
|
PyYAML = "==3.13"
|
||||||
|
adx-automation-cli = {editable = true, path = "."}
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
pylint = "==1.8.2"
|
pylint = "==1.8.2"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "61b4a5fef929d04d0ef3002d91cefb52ca9f978d15e6fbdb875ecdabf2392987"
|
"sha256": "97646f059dd3fe33d389f14e0668e3b500200d59010d8e3728ee1a93ea0ff1a1"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {},
|
"requires": {},
|
||||||
|
@ -22,6 +22,10 @@
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==0.5.0"
|
"version": "==0.5.0"
|
||||||
},
|
},
|
||||||
|
"adx-automation-cli": {
|
||||||
|
"editable": true,
|
||||||
|
"path": "."
|
||||||
|
},
|
||||||
"aiohttp": {
|
"aiohttp": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:1a3cee4cd10de0ce6c37d7a35f437baa70ca87272a0ccd3d3e1a0383de2f189a",
|
"sha256:1a3cee4cd10de0ce6c37d7a35f437baa70ca87272a0ccd3d3e1a0383de2f189a",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче