Added command for pipenv
This commit is contained in:
parent
e5b0e2b40e
commit
35c9ef3fe8
@ -8,3 +8,4 @@ script:
|
|||||||
- pipenv run test
|
- pipenv run test
|
||||||
- pipenv run agent
|
- pipenv run agent
|
||||||
- pipenv run elasticsearch
|
- pipenv run elasticsearch
|
||||||
|
- pipenv run logstash
|
||||||
|
|||||||
1
Pipfile
1
Pipfile
@ -17,3 +17,4 @@ python_version = "2.7"
|
|||||||
test ="molecule test"
|
test ="molecule test"
|
||||||
agent ="molecule test -s wazuh-agent"
|
agent ="molecule test -s wazuh-agent"
|
||||||
elasticsearch ="molecule test -s elasticsearch"
|
elasticsearch ="molecule test -s elasticsearch"
|
||||||
|
logstash ="molecule test -s logstash"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user