Don't bother with python 3.2 for tests at all.

Syntax-wise the test is bad, so skipping will not work.
This commit is contained in:
Chris Dent
2013-11-02 00:05:05 +00:00
parent d8f417c005
commit c196a4a60d
2 changed files with 0 additions and 3 deletions

View File

@@ -2,7 +2,6 @@ language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
script: make test

View File

@@ -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(