Remove travis.yml

It's been a long time since we used Travis for testing.

Change-Id: I3b352d40f8186a6ae60a07ce1d14c349516381e2
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane 2018-05-03 10:28:48 +01:00
parent 73a5d6529f
commit dae08834ee
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
language: python
python:
- 2.7
- 3.2
- 3.3
- pypy
install: pip install -r test-requirements.txt
script: nosetests -d