Skip to content

Commit 1a09edb

Browse files
committed
TST: test on travis while TMPDIR containing unicode chars
1 parent 5149c80 commit 1a09edb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,17 @@ git:
99
# a higher depth is needed for most of the tests - must be high enough to not actually be shallow
1010
# as we clone our own repository in the process
1111
depth: 99999
12+
env:
13+
# test with paths containing the unicode characters
14+
- TMPDIR="/tmp/ссылка"
1215
install:
1316
- python --version; git --version
1417
- git submodule update --init --recursive
1518
- git fetch --tags
1619
- pip install -r test-requirements.txt
1720
- pip install codecov sphinx
21+
22+
- if [ ! -z "$TMPDIR" ]; then echo "Symlinking $TMPDIR"; ln -s /tmp "$TMPDIR"; fi
1823

1924
# generate some reflog as git-python tests need it (in master)
2025
- ./init-tests-after-clone.sh

0 commit comments

Comments
 (0)