Merge "Remove travis ci config and status"

This commit is contained in:
Jenkins 2016-01-18 07:06:49 +00:00 committed by Gerrit Code Review
commit a48e9a8117
2 changed files with 0 additions and 15 deletions

View File

@ -1,14 +0,0 @@
language: python
python:
- "2.6"
- "2.7"
# command to install dependencies
install:
- "pip install -r requirements.txt"
- "pip install -r test-requirements.txt"
- "pip install pep8 --use-mirrors"
- "pip install nose --use-mirrors"
# command to run tests
before_script:
- "pep8 stetho"
script: nosetests -v

View File

@ -1,5 +1,4 @@
# Stetho
[![Build Status](https://travis-ci.org/unitedstack/stetho.svg?branch=master)](https://travis-ci.org/unitedstack/stetho)
A network inspection tool for OpenStack.