Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1a09edb

Browse files
committed
TST: test on travis while TMPDIR containing unicode chars
1 parent5149c80 commit1a09edb

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
@@ -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)

[8]ページ先頭

©2009-2025 Movatter.jp