From 40ff4e899e255d7094a64be46066f97216f30521 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Fri, 16 Aug 2013 08:22:22 -0700 Subject: [PATCH] Remove travis CI from repo. We don't use travis CI anymore. Change-Id: I84c0fb516ebfca2c4de57417fa891e95d90b77b3 --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7d23149..0000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: python -python: - - "2.7" -# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors -install: pip install --use-mirrors -r requirements.txt -r test-requirements.txt -# # command to run tests, e.g. python setup.py test -script: python setup.py testr -notifications: - irc: "irc.freenode.org#tripleo"