diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c1b8d19..0000000 --- a/.travis.yml +++ /dev/null @@ -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 diff --git a/README.md b/README.md index b07fb10..cdf7a50 100644 --- a/README.md +++ b/README.md @@ -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.