diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..cdc78f3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: python +python: + - "2.6" + - "2.7" + +# command to install dependencies +install: "pip install tox nose" + +# command to run tests +script: + - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then tox -e py26; fi + - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then tox -e py27; fi diff --git a/README.md b/README.md index d0b3d4d..0663ffa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/thiagol11/swiftonfile.svg?branch=master)](https://travis-ci.org/thiagol11/swiftonfile) + # Gluster For Swift Integrating GlusterFS as the back-end to OpenStack Swift implementation. This is a component of the Unified File and Object (UFO)