Skip to content

Commit cd73f19

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

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,7 +8,11 @@ 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:
15+
- ln -s /tmp "$TMPDIR"
1216
- pip install coveralls
1317
script:
1418
- ulimit -n 48

0 commit comments

Comments
 (0)