Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagomtotti authored Aug 11, 2016
1 parent e404113 commit 4a38d29
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4a38d29

Please sign in to comment.