commit
c015148c36
12
.travis.yml
Normal file
12
.travis.yml
Normal 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
|
@ -1,3 +1,5 @@
|
||||
[](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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user