Skip to content

Commit 2347f3d

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ python:
88
- 3.3
99
- 3.4
1010
- 3.5
11+
env:
12+
# test with paths containing the unicode characters
13+
- TMPDIR="/tmp/καλημέρα"
1114
install:
1215
- pip install coveralls
16+
- ln -s /tmp "$TMPDIR"
1317
script:
1418
- ulimit -n 48
1519
- ulimit -n

0 commit comments

Comments
 (0)