adding travis ci testing
adding .travis.yml file to enable unit testing run by travis Signed-off-by: Thiago da Silva <thiago@redhat.com>
This commit is contained in:
parent
404fcd815c
commit
cb6332a188
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.6"
|
||||||
|
- "2.7"
|
||||||
|
|
||||||
|
# command to install dependencies
|
||||||
|
install: "pip install tox nose"
|
||||||
|
# command to run tests
|
||||||
|
script: tox -e py27
|
Loading…
x
Reference in New Issue
Block a user