Skip to content

Commit 4cfd272

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ python:
66
- "3.4"
77
- "3.5"
88
# - "pypy" - won't work as smmap doesn't work (see smmap/.travis.yml for details)
9-
9+
env:
10+
- TMPDIR: "/tmp/καλημέρα"
1011
git:
1112
# a higher depth is needed for one of the tests - lets fet
1213
depth: 1000
1314
install:
15+
- ln -s /tmp "$TMPDIR""
1416
- pip install coveralls
15-
script:
17+
script:
1618
- ulimit -n 48
1719
- ulimit -n
1820
- nosetests -v --with-coverage

0 commit comments

Comments
 (0)