remove travis support
authorKenneth Reitz <me@kennethreitz.com>
Thu, 24 Oct 2013 13:47:31 +0000 (09:47 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Thu, 24 Oct 2013 13:47:31 +0000 (09:47 -0400)
.travis.yml [deleted file]

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index 23de425..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-language: python
-python:
-  - 2.6
-  - 2.7
-  - 3.3
-env: HTTPBIN_URL=http://httpbin.org/
-script: invoke test
-install:
-  - pip install -r requirements.txt
-notifications:
-  email: false