Skip to content

Commit e167420

Browse files
committed
feat(enc): test with unicode tmpdir
Borrowed from gitpython-developers/GitPython#543
1 parent 6e55a1c commit e167420

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# CI on Windows via appveyor
22
environment:
3-
43
matrix:
54
## MINGW
65
#
@@ -39,6 +38,9 @@ install:
3938
4039
- pip install -e .
4140

41+
# Test with paths containing the unicode characters.
42+
- ln -s /tmp "/tmp/καλημέρα"
43+
4244
build: false
4345

4446
test_script:

0 commit comments

Comments
 (0)