Files
krkn/.travis.yml
Naga Ravi Chaitanya Elluri c5d8d9e88a Display the pod scenarios logs
The current implementation just reports the pass/fail when
running the pod scenarios. This commit prints the pod scenarios logs
to stdout to give users the ability to understand the actions run by
powerfulseal under the hood - number of pods matching the filter,
pods picked for killing, post checks etc. This also helps in
debugging when the scenarios fail.
2020-10-30 10:53:37 -04:00

16 lines
220 B
YAML

dist: xenial
langauge: python
python: "3.6.8"
before_install:
- sudo apt-get update
install:
- sudo apt install python3-pip
- sudo pip3 install -r test-requirements.txt
- sudo pip3 install tox
script: tox .