From 1a09edb9c737df10924731c4140c1686545190b9 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sat, 22 Oct 2016 11:01:31 -0400 Subject: [PATCH] TST: test on travis while TMPDIR containing unicode chars --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index f7dd247ba..432cb6116 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,12 +9,17 @@ git: # a higher depth is needed for most of the tests - must be high enough to not actually be shallow # as we clone our own repository in the process depth: 99999 +env: + # test with paths containing the unicode characters + - TMPDIR="/tmp/ссылка" install: - python --version; git --version - git submodule update --init --recursive - git fetch --tags - pip install -r test-requirements.txt - pip install codecov sphinx + + - if [ ! -z "$TMPDIR" ]; then echo "Symlinking $TMPDIR"; ln -s /tmp "$TMPDIR"; fi # generate some reflog as git-python tests need it (in master) - ./init-tests-after-clone.sh