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