From: Kenneth Reitz Date: Thu, 24 Oct 2013 13:47:31 +0000 (-0400) Subject: remove travis support X-Git-Tag: v2.0.1~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e81357449787799ecc4afac44c661e1db18babf9;p=services%2Fpython-requests.git remove travis support --- diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 23de425..0000000 --- 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