From: Kenneth Reitz Date: Mon, 17 Dec 2012 13:42:47 +0000 (-0500) Subject: 3.3 X-Git-Tag: v1.0.0~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92209d9ebe2d8ef6bdb30f897e8cee67e956a5ef;p=services%2Fpython-requests.git 3.3 --- diff --git a/.travis.yml b/.travis.yml index 74ec8b1..f6080ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - 2.6 - 2.7 - 3.2 + - 3.3 env: HTTPBIN_URL=http://httpbin.org/ script: make test install: diff --git a/test_requests.py b/test_requests.py index 1713b15..61634cd 100644 --- a/test_requests.py +++ b/test_requests.py @@ -215,8 +215,6 @@ class RequestsTestCase(unittest.TestCase): pass def test_request_ok_set(self): - - r = requests.get(httpbin('status', '404')) self.assertEqual(r.ok, False)