We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5149c80 commit 1a09edbCopy full SHA for 1a09edb
.travis.yml
@@ -9,12 +9,17 @@ git:
9
# a higher depth is needed for most of the tests - must be high enough to not actually be shallow
10
# as we clone our own repository in the process
11
depth: 99999
12
+env:
13
+ # test with paths containing the unicode characters
14
+ - TMPDIR="/tmp/ссылка"
15
install:
16
- python --version; git --version
17
- git submodule update --init --recursive
18
- git fetch --tags
19
- pip install -r test-requirements.txt
20
- pip install codecov sphinx
21
+
22
+ - if [ ! -z "$TMPDIR" ]; then echo "Symlinking $TMPDIR"; ln -s /tmp "$TMPDIR"; fi
23
24
# generate some reflog as git-python tests need it (in master)
25
- ./init-tests-after-clone.sh
0 commit comments