From de2837a3122b5eb4a48dc47df49a77ef9cad035e Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 1 Sep 2016 16:40:38 -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 31f2c00c7..9e5026af2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,10 +13,15 @@ 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: - git submodule update --init --recursive - git fetch --tags - pip install coveralls flake8 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