Skip to content

Commit 07d1d56

Browse files
committed
feat(unicode): test with unicode tmpdir.
Borrowed from gitpython-developers/GitPython#543
1 parent b2eafcc commit 07d1d56

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.appveyor.yml

Lines changed: 4 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,10 @@ install:
3938
4039
- pip install -e .
4140

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

4447
test_script:

0 commit comments

Comments
 (0)