From e81357449787799ecc4afac44c661e1db18babf9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 24 Oct 2013 09:47:31 -0400 Subject: [PATCH] remove travis support --- .travis.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 23de4259..00000000 --- a/.travis.yml +++ /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