summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-06-08 08:16:34 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-06-08 08:16:34 -0500
commit01c12eca14dc6a5078b4308a5fc6c3cbef930b06 (patch)
treec9125f7dc84465ce3d9f6576efc78ca7f2e35284
parent34b9a130495e0b327a1516da483af3d217ea8f51 (diff)
downloadstevedore-01c12eca14dc6a5078b4308a5fc6c3cbef930b06.tar.gz
Remove Travis CI config2.0.1
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 <sean.mcginnis@gmail.com>
-rw-r--r--.travis.yml13
1 files changed, 0 insertions, 13 deletions
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