Remove travis CI from repo.

We don't use travis CI anymore.

Change-Id: I84c0fb516ebfca2c4de57417fa891e95d90b77b3
This commit is contained in:
Clint Byrum 2013-08-16 08:22:22 -07:00
parent 5b8fd361c2
commit 40ff4e899e
1 changed files with 0 additions and 9 deletions

View File

@ -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"