From 01c12eca14dc6a5078b4308a5fc6c3cbef930b06 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Mon, 8 Jun 2020 08:16:34 -0500 Subject: [PATCH] Remove Travis CI config Travis is not actually used for this repo. Remove the old configuration file to clean things up. Change-Id: I862f8e0222a7f0e12c7b67ad305e021b76859fe4 Signed-off-by: Sean McGinnis --- .travis.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d644f13..0000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -language: python -python: - - "2.7" - - "3.2" - - "3.3" - - "pypy" -install: - - pip install flake8 --use-mirrors - - pip install nose --use-mirrors - - pip install -q . --use-mirrors -before_script: - - flake8 stevedore setup.py -script: nosetests stevedore