From c196a4a60d54cd4155b3ef8a8eaa5c8915497b50 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Sat, 2 Nov 2013 00:05:05 +0000 Subject: [PATCH] Don't bother with python 3.2 for tests at all. Syntax-wise the test is bad, so skipping will not work. --- .travis.yml | 1 - test/test_wsgi_compliance.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a9ee381..48fa2ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python python: - 2.6 - 2.7 - - 3.2 - 3.3 script: make test diff --git a/test/test_wsgi_compliance.py b/test/test_wsgi_compliance.py index a306804..df97f47 100644 --- a/test/test_wsgi_compliance.py +++ b/test/test_wsgi_compliance.py @@ -63,8 +63,6 @@ def test_script_name(): http_uninstall() -@py.test.mark.skipif(sys.version_info[0] == 3 and sys.version_info[1] <= 2, - reason='unicode literals needed for this test') def test_encoding_errors(): http_install() wsgi_intercept.add_wsgi_intercept(