Added command for pipenv

This commit is contained in:
Werner Dijkerman 2019-05-03 16:36:36 +02:00
parent e5b0e2b40e
commit 35c9ef3fe8
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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"