forked from VimPlug/jedi
fix encoding problems in python2 for travis
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Unit tests to avoid errors of the past. These are also all tests that didn't
|
||||
found a good place in any other testing module.
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
All character set and unicode related tests.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user