Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df65f51 commit de2837aCopy full SHA for de2837a
.travis.yml
@@ -13,10 +13,15 @@ git:
13
# a higher depth is needed for most of the tests - must be high enough to not actually be shallow
14
# as we clone our own repository in the process
15
depth: 99999
16
+env:
17
+ # test with paths containing the unicode characters
18
+ - TMPDIR="/tmp/ссылка"
19
install:
20
- git submodule update --init --recursive
21
- git fetch --tags
22
- pip install coveralls flake8 sphinx
23
+
24
+ - if [ ! -z "$TMPDIR" ]; then echo "Symlinking $TMPDIR"; ln -s /tmp "$TMPDIR"; fi
25
26
# generate some reflog as git-python tests need it (in master)
27
- ./init-tests-after-clone.sh
0 commit comments