File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ environment:
14
14
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
15
15
# /E:ON and /V:ON options are not enabled in the batch script intepreter
16
16
# See: http://stackoverflow.com/a/13751649/163740
17
- CMD_IN_ENV : cmd /E:ON /V:ON /C obvci_appveyor_python_build_env.cmd
17
+ # CMD_IN_ENV: cmd /E:ON /V:ON /C obvci_appveyor_python_build_env.cmd
18
18
# Workaround for https://github.com/conda/conda-build/issues/636
19
19
PYTHONIOENCODING : UTF-8
20
20
PYTEST_ARGS : -rawR --numprocesses=auto --timeout=300 --durations=25
@@ -59,7 +59,7 @@ install:
59
59
- conda config --set show_channel_urls yes
60
60
- conda config --prepend channels conda-forge
61
61
# for obvci_appveyor_python_build_env.cmd
62
- - conda install obvious-ci
62
+ # - conda install obvious-ci
63
63
# this is now the downloaded conda...
64
64
- conda info -a
65
65
You can’t perform that action at this time.
0 commit comments