We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f801a3a commit 2b36d9bCopy full SHA for 2b36d9b
.appveyor.yml
@@ -3,6 +3,7 @@ environment:
3
GIT_DAEMON_PATH: "C:\\Program Files\\Git\\mingw64\\libexec\\git-core"
4
CYGWIN_GIT_PATH: "C:\\cygwin\\bin;%GIT_DAEMON_PATH%"
5
CYGWIN64_GIT_PATH: "C:\\cygwin64\\bin;%GIT_DAEMON_PATH%"
6
+ TMPDIR: "%TMP%\\καλημέρα"
7
8
matrix:
9
## MINGW
@@ -35,17 +36,19 @@ environment:
35
36
37
38
install:
39
+ - md "$TMPDIR"
40
- set PATH=%PYTHON%;%PYTHON%\Scripts;%GIT_PATH%;%PATH%
41
42
## Print configuration for debugging.
43
#
44
- |
- echo %PATH%
45
+ set
46
uname -a
47
git --version
48
where git git-daemon python pip pip3 pip34
49
python --version
50
python -c "import struct; print(struct.calcsize('P') * 8)"
51
+ python -c "import tempfile; print(tempfile.mktemp())"
52
53
- IF "%IS_CONDA%" == "yes" (
54
conda info -a &
0 commit comments