From 4a38d2989fdbf7337d29717cf58c421a7e90f19b Mon Sep 17 00:00:00 2001 From: Tiago Totti Date: Thu, 11 Aug 2016 10:44:42 -0300 Subject: [PATCH] Create .travis.yml --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..8216b85cb --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: python +python: + - 2.7 +install: + - pip install ansible + - pip install git+https://github.com/sivel/ansible-testing.git#egg=ansible_testing + - pip install flake8 + - pip install git+https://github.com/HewlettPackard/python-hpOneView.git +script: + - export ANSIBLE_LIBRARY=$PWD/library + - export PYTHONPATH=$ANSIBLE_LIBRARY:$PYTHONPATH + - touch examples/vars/config.yml + - ./build.sh