Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 41661cb

Browse files
committed
Do we still need obvious-ci?
1 parent 742a909 commit 41661cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ environment:
1414
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
1515
# /E:ON and /V:ON options are not enabled in the batch script intepreter
1616
# 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
1818
# Workaround for https://github.com/conda/conda-build/issues/636
1919
PYTHONIOENCODING: UTF-8
2020
PYTEST_ARGS: -rawR --numprocesses=auto --timeout=300 --durations=25
@@ -59,7 +59,7 @@ install:
5959
- conda config --set show_channel_urls yes
6060
- conda config --prepend channels conda-forge
6161
# for obvci_appveyor_python_build_env.cmd
62-
- conda install obvious-ci
62+
#- conda install obvious-ci
6363
# this is now the downloaded conda...
6464
- conda info -a
6565

0 commit comments

Comments
 (0)