Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de2837a

Browse files
committed
TST: test on travis while TMPDIR containing unicode chars
1 parent df65f51 commit de2837a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@ git:
1313
# a higher depth is needed for most of the tests - must be high enough to not actually be shallow
1414
# as we clone our own repository in the process
1515
depth: 99999
16+
env:
17+
# test with paths containing the unicode characters
18+
- TMPDIR="/tmp/ссылка"
1619
install:
1720
- git submodule update --init --recursive
1821
- git fetch --tags
1922
- pip install coveralls flake8 sphinx
23+
24+
- if [ ! -z "$TMPDIR" ]; then echo "Symlinking $TMPDIR"; ln -s /tmp "$TMPDIR"; fi
2025

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

0 commit comments

Comments
 (0)