Merge pull request #2 from thiagol11/master

Adding travis unit testing
This commit is contained in:
Thiago da Silva 2014-04-22 14:56:38 -04:00
commit c015148c36
2 changed files with 14 additions and 0 deletions

12
.travis.yml Normal file
View File

@ -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

View File

@ -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)